Modifier and Type | Method and Description |
---|---|
CfnMesh |
build() |
static CfnMesh.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMesh.Builder |
meshName(String meshName)
`AWS::AppMesh::Mesh.MeshName`.
|
CfnMesh.Builder |
spec(CfnMesh.MeshSpecProperty spec)
`AWS::AppMesh::Mesh.Spec`.
|
CfnMesh.Builder |
spec(IResolvable spec)
`AWS::AppMesh::Mesh.Spec`.
|
CfnMesh.Builder |
tags(List<? extends CfnTag> tags)
`AWS::AppMesh::Mesh.Tags`.
|
@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
- `AWS::AppMesh::Mesh.MeshName`. This parameter is required.this
@Stability(value=Stable) public CfnMesh.Builder spec(CfnMesh.MeshSpecProperty spec)
spec
- `AWS::AppMesh::Mesh.Spec`. This parameter is required.this
@Stability(value=Stable) public CfnMesh.Builder spec(IResolvable spec)
spec
- `AWS::AppMesh::Mesh.Spec`. This parameter is required.this
@Stability(value=Stable) public CfnMesh.Builder tags(List<? extends CfnTag> tags)
tags
- `AWS::AppMesh::Mesh.Tags`. This parameter is required.this
Copyright © 2021. All rights reserved.