Show / Hide Table of Contents

Class CfnAutoScalingGroup.DistributionSegmentProperty

Inheritance
object
CfnAutoScalingGroup.DistributionSegmentProperty
Implements
CfnAutoScalingGroup.IDistributionSegmentProperty
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.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAutoScalingGroup.DistributionSegmentProperty : CfnAutoScalingGroup.IDistributionSegmentProperty
Syntax (vb)
Public Class CfnAutoScalingGroup.DistributionSegmentProperty Implements CfnAutoScalingGroup.IDistributionSegmentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-distributionsegment.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.AutoScaling;

             var distributionSegmentProperty = new DistributionSegmentProperty {
                 TargetCapacityTypes = new [] { "targetCapacityTypes" }
             };

Synopsis

Constructors

DistributionSegmentProperty()

Properties

TargetCapacityTypes

Constructors

DistributionSegmentProperty()

public DistributionSegmentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-distributionsegment.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.AutoScaling;

             var distributionSegmentProperty = new DistributionSegmentProperty {
                 TargetCapacityTypes = new [] { "targetCapacityTypes" }
             };

Properties

TargetCapacityTypes

public string[] TargetCapacityTypes { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-distributionsegment.html#cfn-autoscaling-autoscalinggroup-distributionsegment-targetcapacitytypes

Implements

CfnAutoScalingGroup.IDistributionSegmentProperty
Back to top Generated by DocFX