AWS Route53 hosted zone wrapper for existing zones
npm install @cfn-modules/route53-hosted-zone-wrapperAWS Route53 hosted zone wrapper for existing zones.
> Install Node.js and npm first!
```
npm i @cfn-modules/route53-hosted-zone-wrapper
```
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
HostedZone:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
Id: 'ZQ9I4T2TI3HJ5' # required
TemplateURL: './node_modules/@cfn-modules/route53-hosted-zone-wrapper/module.yml'
none
* route53-hosted-zone-private
* route53-hosted-zone-public
| Name | Description | Default | Required? | Allowed values |
|---|---|---|---|---|
| Id | The id of the hosted zone | yes |