@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:52.912Z")
public interface CfnLocalGatewayRouteTableVPCAssociationProps
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.*; CfnLocalGatewayRouteTableVPCAssociationProps cfnLocalGatewayRouteTableVPCAssociationProps = CfnLocalGatewayRouteTableVPCAssociationProps.builder() .localGatewayRouteTableId("localGatewayRouteTableId") .vpcId("vpcId") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
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() |
java.lang.String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
default java.util.List<CfnTag> |
getTags()
The tags assigned to the association.
|
java.lang.String |
getVpcId()
The ID of the VPC.
|
java.lang.String getLocalGatewayRouteTableId()
java.lang.String getVpcId()
default java.util.List<CfnTag> getTags()
static CfnLocalGatewayRouteTableVPCAssociationProps.Builder builder()