Interface CcDnsValidatedCertificateProps

CloudKitect DnsValidatedCertificate Component Properties

interface CcDnsValidatedCertificateProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultAlarms?: boolean;
    ccHostedZone: IHostedZone;
}

Hierarchy

Properties

ccAlwaysAddDefaultAlarms?: boolean

This flag is used to always add the default alarms irrespective of the environment the stack is deployed.

ccDoNotAddDefaultAlarms?: boolean

This flag is used to skip the default alarms irrespective of the environment the stack is deployed.

ccHostedZone: IHostedZone

Hosted zone

Generated using TypeDoc