# Functions
GetMesh gets an existing Mesh resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetRoute gets an existing Route resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetVirtualNode gets an existing VirtualNode resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetVirtualRouter gets an existing VirtualRouter resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetVirtualService gets an existing VirtualService resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
NewMesh registers a new resource with the given unique name, arguments, and options.
NewRoute registers a new resource with the given unique name, arguments, and options.
NewVirtualNode registers a new resource with the given unique name, arguments, and options.
NewVirtualRouter registers a new resource with the given unique name, arguments, and options.
NewVirtualService registers a new resource with the given unique name, arguments, and options.
# Structs
Provides an AWS App Mesh service mesh resource.
The set of arguments for constructing a Mesh resource.
Input properties used for looking up and filtering Mesh resources.
Provides an AWS App Mesh route resource.
The set of arguments for constructing a Route resource.
Input properties used for looking up and filtering Route resources.
Provides an AWS App Mesh virtual node resource.
The set of arguments for constructing a VirtualNode resource.
Input properties used for looking up and filtering VirtualNode resources.
Provides an AWS App Mesh virtual router resource.
The set of arguments for constructing a VirtualRouter resource.
Input properties used for looking up and filtering VirtualRouter resources.
Provides an AWS App Mesh virtual service resource.
The set of arguments for constructing a VirtualService resource.
Input properties used for looking up and filtering VirtualService resources.