Interface MRAutoScalingProps

Represents the properties required for configuring auto-scaling in the MR system.

MRAutoScalingProps

interface MRAutoScalingProps {
    account: OSMLAccount;
    mrAutoscalingConfig?: MRAutoscalingConfig;
    mrDataplane: MRDataplane;
}

Properties

account: OSMLAccount

The OSML account interface.

mrAutoscalingConfig?: MRAutoscalingConfig

The optional auto-scaling custom configuration.

mrDataplane: MRDataplane

The IAM role to use for auto-scaling components.

Generated using TypeDoc