@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.042Z") @Stability(value=Stable) public interface CfnVPCProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCProps.Builder
A builder for
CfnVPCProps |
static class |
CfnVPCProps.Jsii$Proxy
An implementation for
CfnVPCProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCProps.Builder |
builder() |
String |
getCidrBlock()
`AWS::EC2::VPC.CidrBlock`.
|
default Object |
getEnableDnsHostnames()
`AWS::EC2::VPC.EnableDnsHostnames`.
|
default Object |
getEnableDnsSupport()
`AWS::EC2::VPC.EnableDnsSupport`.
|
default String |
getInstanceTenancy()
`AWS::EC2::VPC.InstanceTenancy`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::VPC.Tags`.
|
@Stability(value=Stable) @NotNull String getCidrBlock()
@Stability(value=Stable) @Nullable default Object getEnableDnsHostnames()
@Stability(value=Stable) @Nullable default Object getEnableDnsSupport()
@Stability(value=Stable) @Nullable default String getInstanceTenancy()
@Stability(value=Stable) static CfnVPCProps.Builder builder()
CfnVPCProps.Builder of CfnVPCPropsCopyright © 2021. All rights reserved.