| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpCodeTarget |
HttpCodeTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpCodeTarget[] |
HttpCodeTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
ApplicationTargetGroup.metricHttpCodeTarget(HttpCodeTarget code)
(experimental) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.
|
Metric |
ApplicationLoadBalancer.metricHttpCodeTarget(HttpCodeTarget code)
(experimental) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.
|
Metric |
ApplicationTargetGroup.metricHttpCodeTarget(HttpCodeTarget code,
MetricOptions props)
(experimental) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.
|
Metric |
ApplicationLoadBalancer.metricHttpCodeTarget(HttpCodeTarget code,
MetricOptions props)
(experimental) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.
|
Copyright © 2021. All rights reserved.