@Stability(value=Stable)
public static interface CfnListener.TargetGroupTupleProperty
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.elasticloadbalancingv2.*;
TargetGroupTupleProperty targetGroupTupleProperty = TargetGroupTupleProperty.builder()
.targetGroupArn("targetGroupArn")
.weight(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListener.TargetGroupTupleProperty.Builder
A builder for
CfnListener.TargetGroupTupleProperty |
static class |
CfnListener.TargetGroupTupleProperty.Jsii$Proxy
An implementation for
CfnListener.TargetGroupTupleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListener.TargetGroupTupleProperty.Builder |
builder() |
default String |
getTargetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
default Number |
getWeight()
The weight.
|
@Stability(value=Stable) @Nullable default String getTargetGroupArn()
@Stability(value=Stable) @Nullable default Number getWeight()
The range is 0 to 999.
@Stability(value=Stable) static CfnListener.TargetGroupTupleProperty.Builder builder()
Copyright © 2022. All rights reserved.