@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:28.519Z") @Stability(value=Stable) public interface CfnRouteTableProps 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.*;
CfnRouteTableProps cfnRouteTableProps = CfnRouteTableProps.builder()
.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 |
CfnRouteTableProps.Builder
A builder for
CfnRouteTableProps |
static class |
CfnRouteTableProps.Jsii$Proxy
An implementation for
CfnRouteTableProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteTableProps.Builder |
builder() |
default List<CfnTag> |
getTags()
Any tags assigned to the route table.
|
String |
getVpcId()
The ID of the VPC.
|
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRouteTableProps.Builder builder()
CfnRouteTableProps.Builder of CfnRouteTablePropsCopyright © 2022. All rights reserved.