Interface CcUserPoolProps

CloudKitect UserPool component properties

interface CcUserPoolProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultCustomAttributes?: boolean;
}

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.

ccDoNotAddDefaultCustomAttributes?: boolean

Flag to control if the default custom attributes should be added or not

Generated using TypeDoc