@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.004Z")
public interface CfnTrafficRoute
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; CfnTrafficRoute cfnTrafficRoute = CfnTrafficRoute.builder() .logicalId("logicalId") .type("type") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTrafficRoute.Builder
A builder for
CfnTrafficRoute |
static class |
CfnTrafficRoute.Jsii$Proxy
An implementation for
CfnTrafficRoute |
Modifier and Type | Method and Description |
---|---|
static CfnTrafficRoute.Builder |
builder() |
java.lang.String |
getLogicalId()
The logical id of the target resource.
|
java.lang.String |
getType()
The resource type of the route.
|
java.lang.String getLogicalId()
java.lang.String getType()
Today, the only allowed value is 'AWS::ElasticLoadBalancingV2::Listener'.
static CfnTrafficRoute.Builder builder()
CfnTrafficRoute.Builder
of CfnTrafficRoute