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
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeploymentGroup.TrafficRoutePropertystatic final classAn implementation forCfnDeploymentGroup.TrafficRouteProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()CfnDeploymentGroup.TrafficRouteProperty.ListenerArns.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getListenerArns
CfnDeploymentGroup.TrafficRouteProperty.ListenerArns. -
builder
-