CloudKitectd Route52 Hosted Zone component

Default Configuration

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

Default Alarms

None

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

Examples

Default Usage

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

Custom Configuration

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

Compliance

It addresses the following compliance requirements

Hierarchy

  • PublicHostedZone
    • CcPublicHostedzone

Constructors

Properties

Constructors

Properties

alarms: Alarms = ...

All the default alarms configured for the CloudKitect Public Hosted Zone.

Generated using TypeDoc