public static final class CfnRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRouteProps
CfnRouteProps
CfnRouteProps.Builder, CfnRouteProps.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 |
getMeshName()
The name of the service mesh to create the route in.
|
java.lang.String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
java.lang.String |
getRouteName()
The name to use for the route.
|
java.lang.Object |
getSpec()
The route specification to apply.
|
java.util.List<CfnTag> |
getTags()
Optional metadata that you can apply to the route to assist with categorization and organization.
|
java.lang.String |
getVirtualRouterName()
The name of the virtual router in which to create the route.
|
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()
CfnRouteProps
getMeshName
in interface CfnRouteProps
public final java.lang.Object getSpec()
CfnRouteProps
getSpec
in interface CfnRouteProps
public final java.lang.String getVirtualRouterName()
CfnRouteProps
If the virtual router is in a shared mesh, then you must be the owner of the virtual router resource.
getVirtualRouterName
in interface CfnRouteProps
public final java.lang.String getMeshOwner()
CfnRouteProps
If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes .
getMeshOwner
in interface CfnRouteProps
public final java.lang.String getRouteName()
CfnRouteProps
getRouteName
in interface CfnRouteProps
public final java.util.List<CfnTag> getTags()
CfnRouteProps
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 CfnRouteProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()