@Stability(value=Stable)
public static interface CfnProject.VpcConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.VpcConfigProperty.Builder
A builder for
CfnProject.VpcConfigProperty |
static class |
CfnProject.VpcConfigProperty.Jsii$Proxy
An implementation for
CfnProject.VpcConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.VpcConfigProperty.Builder |
builder() |
default List<String> |
getSecurityGroupIds()
`CfnProject.VpcConfigProperty.SecurityGroupIds`.
|
default List<String> |
getSubnets()
`CfnProject.VpcConfigProperty.Subnets`.
|
default String |
getVpcId()
`CfnProject.VpcConfigProperty.VpcId`.
|
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnets()
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnProject.VpcConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.