@Stability(value=Stable) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(VpcLookupOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VpcLookupOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getIsDefault()
Whether to match the default VPC.
|
String |
getRegion()
Optional to override inferred region.
|
String |
getSubnetGroupNameTag()
Optional tag for subnet group name.
|
Map<String,String> |
getTags()
Tags on the VPC.
|
String |
getVpcId()
The ID of the VPC.
|
String |
getVpcName()
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.protected Jsii$Proxy(VpcLookupOptions.Builder builder)
VpcLookupOptions.Builder.public final Boolean getIsDefault()
VpcLookupOptionsDefault: Don't care whether we return the default VPC
getIsDefault in interface VpcLookupOptionspublic final String getRegion()
VpcLookupOptionsDefault: Current stack's environment region
getRegion 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 © 2022. All rights reserved.