1.7.0 • Published 2 years ago

@cfn-modules/route53-hosted-zone-wrapper v1.7.0

Weekly downloads
37
License
Apache-2.0
Repository
github
Last release
2 years ago

cfn-modules: AWS Route53 hosted zone (wrapper)

AWS Route53 hosted zone wrapper for existing zones.

Install

Install Node.js and npm first!

npm i @cfn-modules/route53-hosted-zone-wrapper

Usage

---
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'

Examples

none

Related modules

Parameters

1.7.0

2 years ago

1.6.0

3 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago