@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.133Z") @Stability(value=Experimental) public interface VpcLookupOptions extends software.amazon.jsii.JsiiSerializable
The combination of properties must specify filter down to exactly one non-default VPC, otherwise an error is raised.
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcLookupOptions.Builder
A builder for
VpcLookupOptions |
static class |
VpcLookupOptions.Jsii$Proxy
An implementation for
VpcLookupOptions |
| Modifier and Type | Method and Description |
|---|---|
static VpcLookupOptions.Builder |
builder() |
default Boolean |
getIsDefault()
(experimental) Whether to match the default VPC.
|
default String |
getSubnetGroupNameTag()
(experimental) Optional tag for subnet group name.
|
default Map<String,String> |
getTags()
(experimental) Tags on the VPC.
|
default String |
getVpcId()
(experimental) The ID of the VPC.
|
default String |
getVpcName()
(experimental) The name of the VPC.
|
@Stability(value=Experimental) @Nullable default Boolean getIsDefault()
Default: Don't care whether we return the default VPC
@Stability(value=Experimental) @Nullable default String getSubnetGroupNameTag()
If not provided, we'll look at the aws-cdk:subnet-name tag. If the subnet does not have the specified tag, we'll use its type as the name.
Default: aws-cdk:subnet-name
@Stability(value=Experimental) @Nullable default Map<String,String> getTags()
The VPC must have all of these tags
Default: Don't filter on tags
@Stability(value=Experimental) @Nullable default String getVpcId()
If given, will import exactly this VPC.
Default: Don't filter on vpcId
@Stability(value=Experimental) @Nullable default String getVpcName()
If given, will import the VPC with this name.
Default: Don't filter on vpcName
@Stability(value=Experimental) static VpcLookupOptions.Builder builder()
VpcLookupOptions.Builder of VpcLookupOptionsCopyright © 2021. All rights reserved.