Class CfnAutoScalingGroup.DistributionSegmentProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAutoScalingGroup.DistributionSegmentProperty : CfnAutoScalingGroup.IDistributionSegmentProperty
Syntax (vb)
Public Class CfnAutoScalingGroup.DistributionSegmentProperty Implements CfnAutoScalingGroup.IDistributionSegmentProperty
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.AutoScaling;
var distributionSegmentProperty = new DistributionSegmentProperty {
TargetCapacityTypes = new [] { "targetCapacityTypes" }
};
Synopsis
Constructors
| DistributionSegmentProperty() |
Properties
| TargetCapacityTypes |
Constructors
DistributionSegmentProperty()
public DistributionSegmentProperty()
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.AutoScaling;
var distributionSegmentProperty = new DistributionSegmentProperty {
TargetCapacityTypes = new [] { "targetCapacityTypes" }
};