Interface CfnSpotFleet.TargetGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleet.TargetGroupProperty.Jsii$Proxy
- Enclosing class:
CfnSpotFleet
@Stability(Stable)
public static interface CfnSpotFleet.TargetGroupProperty
extends software.amazon.jsii.JsiiSerializable
Describes a load balancer target 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.ec2.*; TargetGroupProperty targetGroupProperty = TargetGroupProperty.builder() .arn("arn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpotFleet.TargetGroupProperty
static final class
An implementation forCfnSpotFleet.TargetGroupProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the target group.- See Also:
-
builder
-