public static final class CfnTransitGatewayAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTransitGatewayAttachmentProps
CfnTransitGatewayAttachmentProps
CfnTransitGatewayAttachmentProps.Builder, CfnTransitGatewayAttachmentProps.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> |
getSubnetIds()
The IDs of one or more subnets.
|
java.util.List<CfnTag> |
getTags()
The tags for the 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()
CfnTransitGatewayAttachmentProps
You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.
getSubnetIds
in interface CfnTransitGatewayAttachmentProps
public final java.lang.String getTransitGatewayId()
CfnTransitGatewayAttachmentProps
getTransitGatewayId
in interface CfnTransitGatewayAttachmentProps
public final java.lang.String getVpcId()
CfnTransitGatewayAttachmentProps
getVpcId
in interface CfnTransitGatewayAttachmentProps
public final java.util.List<CfnTag> getTags()
CfnTransitGatewayAttachmentProps
getTags
in interface CfnTransitGatewayAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()