public static final class CfnTransitGatewayRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTransitGatewayRouteProps
CfnTransitGatewayRouteProps
CfnTransitGatewayRouteProps.Builder, CfnTransitGatewayRouteProps.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.Object |
getBlackhole()
Indicates whether to drop traffic that matches this route.
|
java.lang.String |
getDestinationCidrBlock()
The CIDR block used for destination matches.
|
java.lang.String |
getTransitGatewayAttachmentId()
The ID of the attachment.
|
java.lang.String |
getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
|
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.String getTransitGatewayRouteTableId()
CfnTransitGatewayRouteProps
getTransitGatewayRouteTableId
in interface CfnTransitGatewayRouteProps
public final java.lang.Object getBlackhole()
CfnTransitGatewayRouteProps
getBlackhole
in interface CfnTransitGatewayRouteProps
public final java.lang.String getDestinationCidrBlock()
CfnTransitGatewayRouteProps
getDestinationCidrBlock
in interface CfnTransitGatewayRouteProps
public final java.lang.String getTransitGatewayAttachmentId()
CfnTransitGatewayRouteProps
getTransitGatewayAttachmentId
in interface CfnTransitGatewayRouteProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()