@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.029Z") @Stability(value=Stable) public interface CfnRouteProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteProps.Builder
A builder for
CfnRouteProps |
static class |
CfnRouteProps.Jsii$Proxy
An implementation for
CfnRouteProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteProps.Builder |
builder() |
String |
getMeshName()
`AWS::AppMesh::Route.MeshName`.
|
default String |
getMeshOwner()
`AWS::AppMesh::Route.MeshOwner`.
|
default String |
getRouteName()
`AWS::AppMesh::Route.RouteName`.
|
Object |
getSpec()
`AWS::AppMesh::Route.Spec`.
|
default List<CfnTag> |
getTags()
`AWS::AppMesh::Route.Tags`.
|
String |
getVirtualRouterName()
`AWS::AppMesh::Route.VirtualRouterName`.
|
@Stability(value=Stable) @NotNull String getMeshName()
@Stability(value=Stable) @NotNull Object getSpec()
@Stability(value=Stable) @NotNull String getVirtualRouterName()
@Stability(value=Stable) @Nullable default String getMeshOwner()
@Stability(value=Stable) @Nullable default String getRouteName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRouteProps.Builder builder()
CfnRouteProps.Builder of CfnRoutePropsCopyright © 2021. All rights reserved.