Interface CcPublicApplicationLoadBalancerProps

Publicly available CloudKitect Application Load Balancer component properties.

interface CcPublicApplicationLoadBalancerProps {
    ccAccessLoggingBucket?: CcBucket;
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultAlarms?: boolean;
    ccDoNotEnableDefaultAccessLog?: boolean;
}

Hierarchy

Properties

ccAccessLoggingBucket?: CcBucket

Bucket to send access logs to, required for production.

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.

ccDoNotEnableDefaultAccessLog?: boolean

Flag to not add access logging bucket in production

Generated using TypeDoc