public static final class CfnGatewayRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGatewayRouteProps
CfnGatewayRouteProps
CfnGatewayRouteProps.Builder, CfnGatewayRouteProps.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.String |
getGatewayRouteName()
The name of the gateway route.
|
java.lang.String |
getMeshName()
The name of the service mesh that the resource resides in.
|
java.lang.String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
java.lang.Object |
getSpec()
The specifications of the gateway route.
|
java.util.List<CfnTag> |
getTags()
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
java.lang.String |
getVirtualGatewayName()
The virtual gateway that the gateway route is associated with.
|
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 getMeshName()
CfnGatewayRouteProps
getMeshName
in interface CfnGatewayRouteProps
public final java.lang.Object getSpec()
CfnGatewayRouteProps
getSpec
in interface CfnGatewayRouteProps
public final java.lang.String getVirtualGatewayName()
CfnGatewayRouteProps
getVirtualGatewayName
in interface CfnGatewayRouteProps
public final java.lang.String getGatewayRouteName()
CfnGatewayRouteProps
getGatewayRouteName
in interface CfnGatewayRouteProps
public final java.lang.String getMeshOwner()
CfnGatewayRouteProps
If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes .
getMeshOwner
in interface CfnGatewayRouteProps
public final java.util.List<CfnTag> getTags()
CfnGatewayRouteProps
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
getTags
in interface CfnGatewayRouteProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()