@Stability(value=Stable) @Internal public static final class CfnGatewayRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGatewayRouteProps
CfnGatewayRoutePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnGatewayRouteProps.Builder, CfnGatewayRouteProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnGatewayRouteProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnGatewayRouteProps.Builder. |
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(Object o) |
String |
getGatewayRouteName()
The name of the gateway route.
|
String |
getMeshName()
The name of the service mesh that the resource resides in.
|
String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
Object |
getSpec()
The specifications of the gateway route.
|
List<CfnTag> |
getTags()
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
String |
getVirtualGatewayName()
The virtual gateway that the gateway route is associated with.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnGatewayRouteProps.Builder builder)
CfnGatewayRouteProps.Builder.public final String getMeshName()
CfnGatewayRoutePropsgetMeshName in interface CfnGatewayRoutePropspublic final Object getSpec()
CfnGatewayRoutePropsgetSpec in interface CfnGatewayRoutePropspublic final String getVirtualGatewayName()
CfnGatewayRoutePropsgetVirtualGatewayName in interface CfnGatewayRoutePropspublic final String getGatewayRouteName()
CfnGatewayRoutePropsgetGatewayRouteName in interface CfnGatewayRoutePropspublic final String getMeshOwner()
CfnGatewayRoutePropsIf 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 CfnGatewayRoutePropspublic final List<CfnTag> getTags()
CfnGatewayRoutePropsEach 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.