| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.Builder |
CfnRoute.Builder.create(software.constructs.Construct scope,
String id) |
CfnRoute.Builder |
CfnRoute.Builder.meshName(String meshName)
The name of the service mesh to create the route in.
|
CfnRoute.Builder |
CfnRoute.Builder.meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
CfnRoute.Builder |
CfnRoute.Builder.routeName(String routeName)
The name to use for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.spec(CfnRoute.RouteSpecProperty spec)
The route specification to apply.
|
CfnRoute.Builder |
CfnRoute.Builder.spec(IResolvable spec)
The route specification to apply.
|
CfnRoute.Builder |
CfnRoute.Builder.tags(List<? extends CfnTag> tags)
Optional metadata that you can apply to the route to assist with categorization and organization.
|
CfnRoute.Builder |
CfnRoute.Builder.virtualRouterName(String virtualRouterName)
The name of the virtual router in which to create the route.
|
Copyright © 2022. All rights reserved.