Interface CfnDeploymentGroup.TrafficRouteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeploymentGroup.TrafficRouteProperty.Jsii$Proxy
- Enclosing class:
CfnDeploymentGroup
@Stability(Stable)
public static interface CfnDeploymentGroup.TrafficRouteProperty
extends software.amazon.jsii.JsiiSerializable
Information about a listener.
The listener contains the path used to route traffic that is received from the load balancer to a target group.
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.codedeploy.*;
TrafficRouteProperty trafficRouteProperty = TrafficRouteProperty.builder()
.listenerArns(List.of("listenerArns"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeploymentGroup.TrafficRoutePropertystatic final classAn implementation forCfnDeploymentGroup.TrafficRouteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getListenerArns
The Amazon Resource Name (ARN) of one listener.The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.
- See Also:
-
builder
-