| Modifier and Type | Method and Description |
|---|---|
CfnMesh |
build() |
static CfnMesh.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMesh.Builder |
meshName(String meshName)
The name to use for the service mesh.
|
CfnMesh.Builder |
spec(CfnMesh.MeshSpecProperty spec)
The service mesh specification to apply.
|
CfnMesh.Builder |
spec(IResolvable spec)
The service mesh specification to apply.
|
CfnMesh.Builder |
tags(List<? extends CfnTag> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
@Stability(value=Stable) public static CfnMesh.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMesh.EgressFilterProperty.Builder.@Stability(value=Stable) public CfnMesh.Builder meshName(String meshName)
meshName - The name to use for the service mesh. This parameter is required.this@Stability(value=Stable) public CfnMesh.Builder spec(CfnMesh.MeshSpecProperty spec)
spec - The service mesh specification to apply. This parameter is required.this@Stability(value=Stable) public CfnMesh.Builder spec(IResolvable spec)
spec - The service mesh specification to apply. This parameter is required.this@Stability(value=Stable) public CfnMesh.Builder tags(List<? extends CfnTag> tags)
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
tags - Optional metadata that you can apply to the service mesh to assist with categorization and organization. This parameter is required.thisCopyright © 2022. All rights reserved.