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
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
RoleArn
The role ARN of the auto scaling group.
string? RoleArn { get; }