@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.541Z") @Stability(value=Stable) public interface CfnLocalGatewayRouteTableVPCAssociationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocalGatewayRouteTableVPCAssociationProps.Builder
A builder for
CfnLocalGatewayRouteTableVPCAssociationProps |
static class |
CfnLocalGatewayRouteTableVPCAssociationProps.Jsii$Proxy
An implementation for
CfnLocalGatewayRouteTableVPCAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocalGatewayRouteTableVPCAssociationProps.Builder |
builder() |
String |
getLocalGatewayRouteTableId()
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.LocalGatewayRouteTableId`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.Tags`.
|
String |
getVpcId()
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.VpcId`.
|
@Stability(value=Stable) @NotNull String getLocalGatewayRouteTableId()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnLocalGatewayRouteTableVPCAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.