interface AutoScalingGroupsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnResponderGateway_AutoScalingGroupsConfigurationProperty |
Java | software.amazon.awscdk.services.rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty |
Python | aws_cdk.aws_rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty |
TypeScript | aws-cdk-lib » aws_rtbfabric » CfnResponderGateway » AutoScalingGroupsConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rtbfabric as rtbfabric } from 'aws-cdk-lib';
const autoScalingGroupsConfigurationProperty: rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty = {
autoScalingGroupNameList: ['autoScalingGroupNameList'],
roleArn: 'roleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| auto | string[] | |
| role | string |
autoScalingGroupNameList
Type:
string[]
roleArn
Type:
string

.NET
Go
Java
Python
TypeScript