Provision AWS route53 definitions with serverless components
Name |
Type |
Description |
domainName |
string |
The domain name used in route 53 |
dnsName |
string |
The DNS name used in route 53 |
privateZone |
boolean |
Whether this is a private zone |
vpcId |
string |
The VPC's Id |
vpcRegion |
string |
The VPC's region |
Name |
Type |
Description |
hostedZone |
object |
The hosted zone configuration |
changeRecordSet |
object |
The change record set |
type: my-application
components:
myAwsRoute53:
type: aws-route53
inputs:
domainName: www.defaultdomain.com
dnsName: d111111abcdef8.cloudfront.net
vpcId: my-existing-vpc-id
vpcRegion: mydefaultvpcregion