public static final class VpcLookupOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcLookupOptions
VpcLookupOptions
VpcLookupOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getIsDefault()
Whether to match the default VPC.
|
java.lang.String |
getRegion()
Optional to override inferred region.
|
java.lang.String |
getSubnetGroupNameTag()
Optional tag for subnet group name.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
Tags on the VPC.
|
java.lang.String |
getVpcId()
The ID of the VPC.
|
java.lang.String |
getVpcName()
The name of the VPC.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getIsDefault()
VpcLookupOptions
Default: Don't care whether we return the default VPC
getIsDefault
in interface VpcLookupOptions
public final java.lang.String getRegion()
VpcLookupOptions
Default: Current stack's environment region
getRegion
in interface VpcLookupOptions
public final java.lang.String getSubnetGroupNameTag()
VpcLookupOptions
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
getSubnetGroupNameTag
in interface VpcLookupOptions
public final java.util.Map<java.lang.String,java.lang.String> getTags()
VpcLookupOptions
The VPC must have all of these tags
Default: Don't filter on tags
getTags
in interface VpcLookupOptions
public final java.lang.String getVpcId()
VpcLookupOptions
If given, will import exactly this VPC.
Default: Don't filter on vpcId
getVpcId
in interface VpcLookupOptions
public final java.lang.String getVpcName()
VpcLookupOptions
If given, will import the VPC with this name.
Default: Don't filter on vpcName
getVpcName
in interface VpcLookupOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()