Interface CfnPlan.AsgProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.AsgProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.AsgProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for an Amazon EC2 Auto Scaling group used in a Region switch plan.
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.arcregionswitch.*; AsgProperty asgProperty = AsgProperty.builder() .arn("arn") .crossAccountRole("crossAccountRole") .externalId("externalId") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.AsgProperty
static final class
An implementation forCfnPlan.AsgProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the EC2 Auto Scaling group.- See Also:
-
getCrossAccountRole
The cross account role for the configuration.- See Also:
-
getExternalId
The external ID (secret key) for the configuration.- See Also:
-
builder
- Returns:
- a
CfnPlan.AsgProperty.Builder
ofCfnPlan.AsgProperty
-