@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:42.854Z")
public interface CfnTransitGatewayRouteTableProps
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 java.util.List<CfnTag> |
getTags()
Any tags assigned to the route table.
|
java.lang.String |
getTransitGatewayId()
The ID of the transit gateway.
|
java.lang.String getTransitGatewayId()
default java.util.List<CfnTag> getTags()
static CfnTransitGatewayRouteTableProps.Builder builder()