public static final class CfnVPNGatewayRoutePropagationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVPNGatewayRoutePropagationProps
CfnVPNGatewayRoutePropagationProps
CfnVPNGatewayRoutePropagationProps.Builder, CfnVPNGatewayRoutePropagationProps.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> |
getRouteTableIds()
The ID of the route table.
|
java.lang.String |
getVpnGatewayId()
The ID of the virtual private gateway that is attached to a 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> getRouteTableIds()
CfnVPNGatewayRoutePropagationProps
The routing table must be associated with the same VPC that the virtual private gateway is attached to.
getRouteTableIds
in interface CfnVPNGatewayRoutePropagationProps
public final java.lang.String getVpnGatewayId()
CfnVPNGatewayRoutePropagationProps
The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
getVpnGatewayId
in interface CfnVPNGatewayRoutePropagationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()