Struct aws_sdk_emr::model::ScalingTrigger
source · [−]#[non_exhaustive]pub struct ScalingTrigger {
pub cloud_watch_alarm_definition: Option<CloudWatchAlarmDefinition>,
}Expand description
The conditions that trigger an automatic scaling activity.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cloud_watch_alarm_definition: Option<CloudWatchAlarmDefinition>The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.
Implementations
The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.
Creates a new builder-style object to manufacture ScalingTrigger
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ScalingTrigger
impl Send for ScalingTrigger
impl Sync for ScalingTrigger
impl Unpin for ScalingTrigger
impl UnwindSafe for ScalingTrigger
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more