public static interface CfnListenerRule.TargetGroupTupleProperty
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 |
CfnListenerRule.TargetGroupTupleProperty.Builder
A builder for
CfnListenerRule.TargetGroupTupleProperty |
static class |
CfnListenerRule.TargetGroupTupleProperty.Jsii$Proxy
An implementation for
CfnListenerRule.TargetGroupTupleProperty |
Modifier and Type | Method and Description |
---|---|
static CfnListenerRule.TargetGroupTupleProperty.Builder |
builder() |
default java.lang.String |
getTargetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
default java.lang.Number |
getWeight()
The weight.
|
default java.lang.String getTargetGroupArn()
default java.lang.Number getWeight()
The range is 0 to 999.
static CfnListenerRule.TargetGroupTupleProperty.Builder builder()