@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.327Z")
public interface CfnGatewayRouteTableAssociationProps
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.*; CfnGatewayRouteTableAssociationProps cfnGatewayRouteTableAssociationProps = CfnGatewayRouteTableAssociationProps.builder() .gatewayId("gatewayId") .routeTableId("routeTableId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGatewayRouteTableAssociationProps.Builder
A builder for
CfnGatewayRouteTableAssociationProps |
static class |
CfnGatewayRouteTableAssociationProps.Jsii$Proxy
An implementation for
CfnGatewayRouteTableAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnGatewayRouteTableAssociationProps.Builder |
builder() |
java.lang.String |
getGatewayId()
The ID of the gateway.
|
java.lang.String |
getRouteTableId()
The ID of the route table.
|
java.lang.String getGatewayId()
java.lang.String getRouteTableId()
static CfnGatewayRouteTableAssociationProps.Builder builder()