| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TargetType |
NetworkTargetGroupProps.Jsii$Proxy.getTargetType() |
protected TargetType |
TargetGroupBase.getTargetType()
(experimental) The types of the directly registered members of this target group.
|
TargetType |
LoadBalancerTargetProps.getTargetType()
(experimental) What kind of target this is.
|
TargetType |
LoadBalancerTargetProps.Jsii$Proxy.getTargetType() |
TargetType |
ApplicationTargetGroupProps.Jsii$Proxy.getTargetType() |
default TargetType |
BaseTargetGroupProps.getTargetType()
(experimental) The type of targets registered to this TargetGroup, either IP or Instance.
|
TargetType |
BaseTargetGroupProps.Jsii$Proxy.getTargetType() |
static TargetType |
TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TargetGroupBase.setTargetType(TargetType value)
(experimental) The types of the directly registered members of this target group.
|
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.targetType(TargetType targetType)
Sets the value of
BaseTargetGroupProps.getTargetType() |
LoadBalancerTargetProps.Builder |
LoadBalancerTargetProps.Builder.targetType(TargetType targetType)
Sets the value of
LoadBalancerTargetProps.getTargetType() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.targetType(TargetType targetType)
Sets the value of
BaseTargetGroupProps.getTargetType() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.targetType(TargetType targetType)
(experimental) The type of targets registered to this TargetGroup, either IP or Instance.
|
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.targetType(TargetType targetType)
(experimental) The type of targets registered to this TargetGroup, either IP or Instance.
|
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.targetType(TargetType targetType)
Sets the value of
BaseTargetGroupProps.getTargetType() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
BaseTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
List<? extends IApplicationLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
Boolean preserveClientIp,
Protocol protocol,
Boolean proxyProtocolV2,
List<? extends INetworkLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkTargetGroupProps.Builder. |
Jsii$Proxy(TargetType targetType,
Object targetJson)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerTargetProps.Builder. |
Copyright © 2021. All rights reserved.