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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpotFleet.TargetGroupPropertystatic final classAn 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. -
builder
-