@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.007Z") @Stability(value=Stable) public interface CfnTransitGatewayRouteProps 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.ec2.*;
CfnTransitGatewayRouteProps cfnTransitGatewayRouteProps = CfnTransitGatewayRouteProps.builder()
.transitGatewayRouteTableId("transitGatewayRouteTableId")
// the properties below are optional
.blackhole(false)
.destinationCidrBlock("destinationCidrBlock")
.transitGatewayAttachmentId("transitGatewayAttachmentId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayRouteProps.Builder
A builder for
CfnTransitGatewayRouteProps |
static class |
CfnTransitGatewayRouteProps.Jsii$Proxy
An implementation for
CfnTransitGatewayRouteProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayRouteProps.Builder |
builder() |
default Object |
getBlackhole()
`AWS::EC2::TransitGatewayRoute.Blackhole`.
|
default String |
getDestinationCidrBlock()
`AWS::EC2::TransitGatewayRoute.DestinationCidrBlock`.
|
default String |
getTransitGatewayAttachmentId()
`AWS::EC2::TransitGatewayRoute.TransitGatewayAttachmentId`.
|
String |
getTransitGatewayRouteTableId()
`AWS::EC2::TransitGatewayRoute.TransitGatewayRouteTableId`.
|
@Stability(value=Stable) @Nullable default Object getBlackhole()
@Stability(value=Stable) @Nullable default String getDestinationCidrBlock()
@Stability(value=Stable) @Nullable default String getTransitGatewayAttachmentId()
@Stability(value=Stable) @NotNull String getTransitGatewayRouteTableId()
@Stability(value=Stable) static CfnTransitGatewayRouteProps.Builder builder()
Copyright © 2021. All rights reserved.