Well Architected Route52 Hosted Zone

Default Configuration

Retention: One year in Production Removal Policy: Retain in Production

Default Alarms

None

Note that the default alarm uses the WaAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.

Examples

Default Usage

new WaPublicHostedZone(this, "LogicalId", {});

Custom Configuration

new WaPublicHostedZone(this, "LogicalId", {
caaAmazon: false
});

Compliance

It addresses the following compliance requirements

Hierarchy

  • PublicHostedZone
    • WaPublicHostedZone

Constructors

Properties

Constructors

Properties

alarms: Alarms = ...

All the default alarms configured for the Well Architected OPublic Hosted Zone. You can add more alarms or delete default alarms from this Alarms object

Generated using TypeDoc