@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-28T18:14:31.914Z") @Stability(value=Stable) public interface CfnTrafficRoute 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.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() |
String |
getLogicalId()
The logical id of the target resource.
|
String |
getType()
The resource type of the route.
|
@Stability(value=Stable) @NotNull String getLogicalId()
@Stability(value=Stable) @NotNull String getType()
Today, the only allowed value is 'AWS::ElasticLoadBalancingV2::Listener'.
@Stability(value=Stable) static CfnTrafficRoute.Builder builder()
CfnTrafficRoute.Builder
of CfnTrafficRoute
Copyright © 2022. All rights reserved.