@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.754Z") @Stability(value=Experimental) 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
.defaultPort("defaultPort")
.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 |
getDefaultPort()
Deprecated.
- This property is unused and the wrong type. No need to use it.
|
default String |
getLoadBalancerArns()
(experimental) A Token representing the list of ARNs for the load balancer routing to this target group.
|
String |
getTargetGroupArn()
(experimental) ARN of the target group.
|
@Stability(value=Experimental) @NotNull String getTargetGroupArn()
@Stability(value=Deprecated) @Deprecated @Nullable default String getDefaultPort()
@Stability(value=Experimental) @Nullable default String getLoadBalancerArns()
@Stability(value=Experimental) static TargetGroupAttributes.Builder builder()
TargetGroupAttributes.Builder of TargetGroupAttributesCopyright © 2022. All rights reserved.