Interface ClusterProps

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

Properties

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