Class CfnService.ThresholdConfigurationProperty
Implements
Inherited Members
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
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
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
Remarks
Value
public double Value { get; set; }