Show / Hide Table of Contents

Class CfnService.ThresholdConfigurationProperty

Inheritance
object
CfnService.ThresholdConfigurationProperty
Implements
CfnService.IThresholdConfigurationProperty
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.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnService.ThresholdConfigurationProperty : CfnService.IThresholdConfigurationProperty
Syntax (vb)
Public Class CfnService.ThresholdConfigurationProperty Implements CfnService.IThresholdConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-thresholdconfiguration.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.ECS;

             var thresholdConfigurationProperty = new ThresholdConfigurationProperty {
                 Type = "type",
                 Value = 123
             };

Synopsis

Constructors

ThresholdConfigurationProperty()

Properties

Type
Value

Constructors

ThresholdConfigurationProperty()

public ThresholdConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-thresholdconfiguration.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.ECS;

             var thresholdConfigurationProperty = new ThresholdConfigurationProperty {
                 Type = "type",
                 Value = 123
             };

Properties

Type

public string Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-thresholdconfiguration.html#cfn-ecs-service-thresholdconfiguration-type

Value

public double Value { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-thresholdconfiguration.html#cfn-ecs-service-thresholdconfiguration-value

Implements

CfnService.IThresholdConfigurationProperty
Back to top Generated by DocFX