Class: RecordSetGroup

Route53.RecordSetGroup

new RecordSetGroup()

Properties:
Name Type Description
Comment String Required: No. Any comments you want to include about the hosted zone.Update requires: No interruption
HostedZoneId String Required: Conditional. The ID of the hosted zone.Update requires: Replacement
HostedZoneName String Required: Conditional. The name of the domain for the hosted zone where you want to add the record set.When you create a stack using an AWS::Route53::RecordSet that specifies HostedZoneName, AWS CloudFormation attempts to find a hosted zone whose name matches the HostedZoneName. If AWS CloudFormation cannot find a hosted zone with a matching domain name, or if there is more than one hosted zone with the specified domain name, AWS CloudFormation will not create the stack.If you have multiple hosted zones with the same domain name, you must explicitly specify the hosted zone using HostedZoneId.Update requires: Replacement
RecordSets RecordSet Required: Yes. List of resource record sets to add.Update requires: No interruption
Source:

Extends

  • WKResource

Route53.RecordSetGroup

new RecordSetGroup()

Properties:
Name Type Description
Comment String Required: No. Any comments you want to include about the hosted zone.Update requires: No interruption
HostedZoneId String Required: Conditional. The ID of the hosted zone.Update requires: Replacement
HostedZoneName String Required: Conditional. The name of the domain for the hosted zone where you want to add the record set.When you create a stack using an AWS::Route53::RecordSet that specifies HostedZoneName, AWS CloudFormation attempts to find a hosted zone whose name matches the HostedZoneName. If AWS CloudFormation cannot find a hosted zone with a matching domain name, or if there is more than one hosted zone with the specified domain name, AWS CloudFormation will not create the stack.If you have multiple hosted zones with the same domain name, you must explicitly specify the hosted zone using HostedZoneId.Update requires: Replacement
RecordSets RecordSet Required: Yes. List of resource record sets to add.Update requires: No interruption
Source:

Extends

  • WKResource