GetMeshPlainArgs

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

A collection of arguments for invoking getMesh.

Constructors

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

Properties

Link copied to clipboard
val meshOwner: String? = null

AWS account ID of the service mesh's owner.

Link copied to clipboard

Name of the service mesh.

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

Map of tags.

Functions

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