@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.366Z") @Stability(value=Stable) public interface CfnTransitGatewayRouteTableProps 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.*;
CfnTransitGatewayRouteTableProps cfnTransitGatewayRouteTableProps = CfnTransitGatewayRouteTableProps.builder()
.transitGatewayId("transitGatewayId")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayRouteTableProps.Builder
A builder for
CfnTransitGatewayRouteTableProps |
static class |
CfnTransitGatewayRouteTableProps.Jsii$Proxy
An implementation for
CfnTransitGatewayRouteTableProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayRouteTableProps.Builder |
builder() |
default List<CfnTag> |
getTags()
Any tags assigned to the route table.
|
String |
getTransitGatewayId()
The ID of the transit gateway.
|
@Stability(value=Stable) @NotNull String getTransitGatewayId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnTransitGatewayRouteTableProps.Builder builder()
Copyright © 2022. All rights reserved.