Interface CfnResponderGateway.AutoScalingGroupsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnResponderGateway
@Stability(Stable)
public static interface CfnResponderGateway.AutoScalingGroupsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes the configuration of an auto scaling group.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rtbfabric.*;
AutoScalingGroupsConfigurationProperty autoScalingGroupsConfigurationProperty = AutoScalingGroupsConfigurationProperty.builder()
.autoScalingGroupNameList(List.of("autoScalingGroupNameList"))
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnResponderGateway.AutoScalingGroupsConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The names of the auto scaling group.The role ARN of the auto scaling group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoScalingGroupNameList
The names of the auto scaling group.- See Also:
-
getRoleArn
The role ARN of the auto scaling group.- See Also:
-
builder
@Stability(Stable) static CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Builder builder()
-