@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.134Z") @Stability(value=Stable) public interface TargetGroupAttributes 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.*;
TargetGroupAttributes targetGroupAttributes = TargetGroupAttributes.builder()
.targetGroupArn("targetGroupArn")
// the properties below are optional
.loadBalancerArns("loadBalancerArns")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
TargetGroupAttributes.Builder
A builder for
TargetGroupAttributes |
static class |
TargetGroupAttributes.Jsii$Proxy
An implementation for
TargetGroupAttributes |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupAttributes.Builder |
builder() |
default String |
getLoadBalancerArns()
A Token representing the list of ARNs for the load balancer routing to this target group.
|
String |
getTargetGroupArn()
ARN of the target group.
|
@Stability(value=Stable) @NotNull String getTargetGroupArn()
@Stability(value=Stable) @Nullable default String getLoadBalancerArns()
@Stability(value=Stable) static TargetGroupAttributes.Builder builder()
TargetGroupAttributes.Builder of TargetGroupAttributesCopyright © 2022. All rights reserved.