Show / Hide Table of Contents

Interface CfnResponderGatewayPropsMixin.IAutoScalingGroupsConfigurationProperty

Describes the configuration of an auto scaling group.

Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnResponderGatewayPropsMixin.IAutoScalingGroupsConfigurationProperty
Syntax (vb)
Public Interface CfnResponderGatewayPropsMixin.IAutoScalingGroupsConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-autoscalinggroupsconfiguration.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.Mixins.Preview.AWS.RTBFabric.Mixins;

             var autoScalingGroupsConfigurationProperty = new AutoScalingGroupsConfigurationProperty {
                 AutoScalingGroupNameList = new [] { "autoScalingGroupNameList" },
                 RoleArn = "roleArn"
             };

Synopsis

Properties

AutoScalingGroupNameList

The names of the auto scaling group.

RoleArn

The role ARN of the auto scaling group.

Properties

AutoScalingGroupNameList

The names of the auto scaling group.

string[]? AutoScalingGroupNameList { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-autoscalinggroupsconfiguration.html#cfn-rtbfabric-respondergateway-autoscalinggroupsconfiguration-autoscalinggroupnamelist

RoleArn

The role ARN of the auto scaling group.

string? RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-autoscalinggroupsconfiguration.html#cfn-rtbfabric-respondergateway-autoscalinggroupsconfiguration-rolearn

Back to top Generated by DocFX