Variable noFargateNodeAffinitySelectorConst

noFargateNodeAffinitySelector: {
    matchExpressions: {
        key: Label;
        operator: string;
        values: string[];
    }[];
} = ...

Type declaration

  • matchExpressions: {
        key: Label;
        operator: string;
        values: string[];
    }[]

Generated using TypeDoc