VirtualServiceAttributes¶
-
class
aws_cdk.aws_appmesh.
VirtualServiceAttributes
(*, mesh, virtual_service_name)¶ Bases:
object
(experimental) Interface with properties ncecessary to import a reusable VirtualService.
- Parameters
mesh (
IMesh
) – (experimental) The Mesh which the VirtualService belongs to.virtual_service_name (
str
) – (experimental) The name of the VirtualService, it is recommended this follows the fully-qualified domain name format.
- Stability
experimental
Attributes
-
mesh
¶ (experimental) The Mesh which the VirtualService belongs to.
- Stability
experimental
- Return type
-
virtual_service_name
¶ (experimental) The name of the VirtualService, it is recommended this follows the fully-qualified domain name format.
- Stability
experimental
- Return type
str