Interface CcDistributionProps

CloudKitect Cloudfront Distribution Component Properties

interface CcDistributionProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultAlarms?: boolean;
    ccWebAcl?: CfnWebACL;
}

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.

ccWebAcl?: CfnWebACL

WebACL to be associated with CloudFront Distribution

Generated using TypeDoc