public static final class CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTransitGatewayVpcAttachmentProps
CfnTransitGatewayVpcAttachmentProps
CfnTransitGatewayVpcAttachmentProps.Builder, CfnTransitGatewayVpcAttachmentProps.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.util.List<java.lang.String> |
getAddSubnetIds()
The IDs of one or more subnets to add.
|
java.lang.Object |
getOptions()
The VPC attachment options in JSON or YAML.
|
java.util.List<java.lang.String> |
getRemoveSubnetIds()
The IDs of one or more subnets to remove.
|
java.util.List<java.lang.String> |
getSubnetIds()
The IDs of the subnets.
|
java.util.List<CfnTag> |
getTags()
The tags for the VPC attachment.
|
java.lang.String |
getTransitGatewayId()
The ID of the transit gateway.
|
java.lang.String |
getVpcId()
The ID 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.util.List<java.lang.String> getSubnetIds()
CfnTransitGatewayVpcAttachmentProps
getSubnetIds
in interface CfnTransitGatewayVpcAttachmentProps
public final java.lang.String getTransitGatewayId()
CfnTransitGatewayVpcAttachmentProps
getTransitGatewayId
in interface CfnTransitGatewayVpcAttachmentProps
public final java.lang.String getVpcId()
CfnTransitGatewayVpcAttachmentProps
getVpcId
in interface CfnTransitGatewayVpcAttachmentProps
public final java.util.List<java.lang.String> getAddSubnetIds()
CfnTransitGatewayVpcAttachmentProps
You can specify at most one subnet per Availability Zone.
getAddSubnetIds
in interface CfnTransitGatewayVpcAttachmentProps
public final java.lang.Object getOptions()
CfnTransitGatewayVpcAttachmentProps
getOptions
in interface CfnTransitGatewayVpcAttachmentProps
public final java.util.List<java.lang.String> getRemoveSubnetIds()
CfnTransitGatewayVpcAttachmentProps
getRemoveSubnetIds
in interface CfnTransitGatewayVpcAttachmentProps
public final java.util.List<CfnTag> getTags()
CfnTransitGatewayVpcAttachmentProps
getTags
in interface CfnTransitGatewayVpcAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()