Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53-hostedzone.json
Parent schema serverless-framework-configuration
Type: object

Properties

HostedZoneConfig object

A complex type that contains an optional comment.

If you don't want to specify a comment, omit the HostedZoneConfig and Comment elements.

1 nested properties
Comment string | Aws_CF_FunctionString

Any comments that you want to include about the hosted zone.

HostedZoneTags HostedZoneTag[]

Adds, edits, or deletes tags for a health check or a hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

uniqueItems=true
Name string | Aws_CF_FunctionString

The name of the domain. Specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Route 53, change the name servers for your domain to the set of NameServers that are returned by the Fn::GetAtt intrinsic function.

QueryLoggingConfig object

A complex type that contains information about a configuration for DNS query logging.

1 nested properties
CloudWatchLogsLogGroupArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

VPCs VPC[]

A complex type that contains information about the VPCs that are associated with the specified hosted zone.

uniqueItems=true

Definitions

HostedZoneConfig object

A complex type that contains an optional comment.

If you don't want to specify a comment, omit the HostedZoneConfig and Comment elements.

Comment string | Aws_CF_FunctionString

Any comments that you want to include about the hosted zone.

HostedZoneTag object

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

Key string | Aws_CF_FunctionString required

The key name of the tag.

Value string | Aws_CF_FunctionString required

The value for the tag.

QueryLoggingConfig object

A complex type that contains information about a configuration for DNS query logging.

CloudWatchLogsLogGroupArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

VPC object

A complex type that contains information about an Amazon VPC. Route 53 Resolver uses the records in the private hosted zone to route traffic in that VPC.

VPCId string | Aws_CF_FunctionString required

The ID of an Amazon VPC.

VPCRegion string | Aws_CF_FunctionString required

The region that an Amazon VPC was created in. See https://docs.aws.amazon.com/general/latest/gr/rande.html for a list of up to date regions.