GetVirtualServicePlainArgs

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

A collection of arguments for invoking getVirtualService.

Constructors

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

Properties

Link copied to clipboard

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

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

Map of tags.

Functions

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