@Stability(value=Experimental) @Internal public static final class VpcLookupOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcLookupOptions
VpcLookupOptionssoftware.amazon.jsii.JsiiObject.InitializationModeVpcLookupOptions.Builder, VpcLookupOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean isDefault,
String subnetGroupNameTag,
Map<String,String> tags,
String vpcId,
String vpcName)
Constructor that initializes the object based on literal property values passed by the
VpcLookupOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getIsDefault()
(experimental) Whether to match the default VPC.
|
String |
getSubnetGroupNameTag()
(experimental) Optional tag for subnet group name.
|
Map<String,String> |
getTags()
(experimental) Tags on the VPC.
|
String |
getVpcId()
(experimental) The ID of the VPC.
|
String |
getVpcName()
(experimental) The name of the VPC.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final Boolean getIsDefault()
VpcLookupOptionsDefault: Don't care whether we return the default VPC
getIsDefault in interface VpcLookupOptionspublic final String getSubnetGroupNameTag()
VpcLookupOptionsIf 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
getSubnetGroupNameTag in interface VpcLookupOptionspublic final Map<String,String> getTags()
VpcLookupOptionsThe VPC must have all of these tags
Default: Don't filter on tags
getTags in interface VpcLookupOptionspublic final String getVpcId()
VpcLookupOptionsIf given, will import exactly this VPC.
Default: Don't filter on vpcId
getVpcId in interface VpcLookupOptionspublic final String getVpcName()
VpcLookupOptionsIf given, will import the VPC with this name.
Default: Don't filter on vpcName
getVpcName in interface VpcLookupOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.