@Stability(value=Experimental) @Internal public static final class VpcLookupOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcLookupOptions
VpcLookupOptions
software.amazon.jsii.JsiiObject.InitializationMode
VpcLookupOptions.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, jsiiStaticSet
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 Boolean getIsDefault()
VpcLookupOptions
Default: Don't care whether we return the default VPC
getIsDefault
in interface VpcLookupOptions
public final 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 Map<String,String> getTags()
VpcLookupOptions
The VPC must have all of these tags
Default: Don't filter on tags
getTags
in interface VpcLookupOptions
public final String getVpcId()
VpcLookupOptions
If given, will import exactly this VPC.
Default: Don't filter on vpcId
getVpcId
in interface VpcLookupOptions
public final String getVpcName()
VpcLookupOptions
If 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.JsiiSerializable
Copyright © 2021. All rights reserved.