@liflig/cdk
    Preparing search index...

    Interface ClusterProps

    interface ClusterProps {
        alarmAction?: IAlarmAction;
        clusterName?: string;
        vpc: IVpc;
    }
    Index

    Properties

    alarmAction?: IAlarmAction
    no alarms will be set up
    
    clusterName?: string
    will be generated
    
    vpc: IVpc