Interface TaskDefinitionUlimitArgs

interface TaskDefinitionUlimitArgs {
    hardLimit: Input<number>;
    name: Input<string>;
    softLimit: Input<number>;
}

Properties

hardLimit: Input<number>
name: Input<string>
softLimit: Input<number>

Generated using TypeDoc