Show / Hide Table of Contents

Class CfnFleet.TargetTrackingScalingConfigurationProperty

Defines when a new instance is auto-scaled into the compute fleet.

Inheritance
object
CfnFleet.TargetTrackingScalingConfigurationProperty
Implements
CfnFleet.ITargetTrackingScalingConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFleet.TargetTrackingScalingConfigurationProperty : CfnFleet.ITargetTrackingScalingConfigurationProperty
Syntax (vb)
Public Class CfnFleet.TargetTrackingScalingConfigurationProperty Implements CfnFleet.ITargetTrackingScalingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-targettrackingscalingconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CodeBuild;

             var targetTrackingScalingConfigurationProperty = new TargetTrackingScalingConfigurationProperty {
                 MetricType = "metricType",
                 TargetValue = 123
             };

Synopsis

Constructors

TargetTrackingScalingConfigurationProperty()

Defines when a new instance is auto-scaled into the compute fleet.

Properties

MetricType

The metric type to determine auto-scaling.

TargetValue

The value of metricType when to start scaling.

Constructors

TargetTrackingScalingConfigurationProperty()

Defines when a new instance is auto-scaled into the compute fleet.

public TargetTrackingScalingConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-targettrackingscalingconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CodeBuild;

             var targetTrackingScalingConfigurationProperty = new TargetTrackingScalingConfigurationProperty {
                 MetricType = "metricType",
                 TargetValue = 123
             };

Properties

MetricType

The metric type to determine auto-scaling.

public string? MetricType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-targettrackingscalingconfiguration.html#cfn-codebuild-fleet-targettrackingscalingconfiguration-metrictype

TargetValue

The value of metricType when to start scaling.

public double? TargetValue { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-fleet-targettrackingscalingconfiguration.html#cfn-codebuild-fleet-targettrackingscalingconfiguration-targetvalue

Implements

CfnFleet.ITargetTrackingScalingConfigurationProperty
Back to top Generated by DocFX