VirtualGatewayAttributes¶
-
class
aws_cdk.aws_appmesh.
VirtualGatewayAttributes
(*, mesh, virtual_gateway_name)¶ Bases:
object
(experimental) Unterface with properties necessary to import a reusable VirtualGateway.
- Parameters
mesh (
IMesh
) – (experimental) The Mesh that the VirtualGateway belongs to.virtual_gateway_name (
str
) – (experimental) The name of the VirtualGateway.
- Stability
experimental
Attributes
-
mesh
¶ (experimental) The Mesh that the VirtualGateway belongs to.
- Stability
experimental
- Return type
-
virtual_gateway_name
¶ (experimental) The name of the VirtualGateway.
- Stability
experimental
- Return type
str