@Stability(value=Stable)
public static interface CfnSpotFleet.TargetGroupProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.TargetGroupProperty.Builder
A builder for
CfnSpotFleet.TargetGroupProperty |
static class |
CfnSpotFleet.TargetGroupProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.TargetGroupProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.TargetGroupProperty.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the target group.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnSpotFleet.TargetGroupProperty.Builder builder()
Copyright © 2022. All rights reserved.