GetRoutePlainArgs

data class GetRoutePlainArgs(val meshName: String, val meshOwner: String? = null, val name: String, val tags: Map<String, String>? = null, val virtualRouterName: String) : ConvertibleToJava<GetRoutePlainArgs>

A collection of arguments for invoking getRoute.

Constructors

Link copied to clipboard
constructor(meshName: String, meshOwner: String? = null, name: String, tags: Map<String, String>? = null, virtualRouterName: String)

Properties

Link copied to clipboard

Name of the service mesh in which the virtual router exists.

Link copied to clipboard
val meshOwner: String? = null

AWS account ID of the service mesh's owner.

Link copied to clipboard

Name of the route.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags.

Link copied to clipboard

Name of the virtual router in which the route exists.

Functions

Link copied to clipboard
open override fun toJava(): GetRoutePlainArgs