GetGatewayRoutePlainArgs

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

A collection of arguments for invoking getGatewayRoute.

Constructors

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

Properties

Link copied to clipboard

Name of the service mesh in which the virtual gateway 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 gateway route.

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

Map of tags.

Link copied to clipboard

Name of the virtual gateway in which the route exists.

Functions

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