Show / Hide Table of Contents

Class MrScalarCoreScalingUpPolicy

Inheritance
System.Object
MrScalarCoreScalingUpPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.SpotInst.Aws.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class MrScalarCoreScalingUpPolicy

Fields

View Source

ActionType

Declaration
public readonly string ActionType
Field Value
Type Description
System.String
View Source

Adjustment

Declaration
public readonly string Adjustment
Field Value
Type Description
System.String
View Source

Cooldown

Declaration
public readonly int? Cooldown
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Dimensions

Declaration
public readonly ImmutableDictionary<string, object> Dimensions
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

EvaluationPeriods

The number of periods over which data is compared to the specified threshold.

Declaration
public readonly int? EvaluationPeriods
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Maximum

Declaration
public readonly string Maximum
Field Value
Type Description
System.String
View Source

MaxTargetCapacity

Declaration
public readonly string MaxTargetCapacity
Field Value
Type Description
System.String
View Source

MetricName

The name of the metric in CloudWatch which the statement will be based on.

Declaration
public readonly string MetricName
Field Value
Type Description
System.String
View Source

Minimum

Declaration
public readonly string Minimum
Field Value
Type Description
System.String
View Source

MinTargetCapacity

Declaration
public readonly string MinTargetCapacity
Field Value
Type Description
System.String
View Source

Namespace

Must contain the value: AWS/ElasticMapReduce.

Declaration
public readonly string Namespace
Field Value
Type Description
System.String
View Source

Operator

The operator to use in order to determine if the policy is applicable. Valid values: gt | gte | lt | lte

Declaration
public readonly string Operator
Field Value
Type Description
System.String
View Source

Period

The time window in seconds over which the statistic is applied.

Declaration
public readonly int? Period
Field Value
Type Description
System.Nullable<System.Int32>
View Source

PolicyName

Declaration
public readonly string PolicyName
Field Value
Type Description
System.String
View Source

Statistic

The aggregation method of the given metric. Valid Values: average | sum | sampleCount | maximum | minimum

Declaration
public readonly string Statistic
Field Value
Type Description
System.String
View Source

Target

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

Threshold

The value that the specified statistic is compared to.

Declaration
public readonly double Threshold
Field Value
Type Description
System.Double
View Source

Unit

The unit for a given metric. Valid Values: seconds | microseconds | milliseconds | bytes | kilobytes | megabytes | gigabytes | terabytes | bits | kilobits | megabits | gigabits | terabits | percent | count | bytes/second | kilobytes/second | megabytes/second | gigabytes/second | terabytes/second | bits/second | kilobits/second | megabits/second | gigabits/second | terabits/second | count/second | none

Declaration
public readonly string Unit
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.