| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnMesh.Builder |
CfnMesh.Builder.create(software.constructs.Construct scope,
String id) |
CfnMesh.Builder |
CfnMesh.Builder.meshName(String meshName)
The name to use for the service mesh.
|
CfnMesh.Builder |
CfnMesh.Builder.spec(CfnMesh.MeshSpecProperty spec)
The service mesh specification to apply.
|
CfnMesh.Builder |
CfnMesh.Builder.spec(IResolvable spec)
The service mesh specification to apply.
|
CfnMesh.Builder |
CfnMesh.Builder.tags(List<? extends CfnTag> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
Copyright © 2022. All rights reserved.