@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:07.974Z")
public interface TargetGroupAttributes
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 java.lang.String |
getDefaultPort()
Deprecated.
- This property is unused and the wrong type. No need to use it.
|
default java.lang.String |
getLoadBalancerArns()
A Token representing the list of ARNs for the load balancer routing to this target group.
|
java.lang.String |
getTargetGroupArn()
ARN of the target group.
|
java.lang.String getTargetGroupArn()
@Deprecated default java.lang.String getDefaultPort()
default java.lang.String getLoadBalancerArns()
static TargetGroupAttributes.Builder builder()
TargetGroupAttributes.Builder
of TargetGroupAttributes