@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:06.144Z") @Stability(value=Stable) public interface CfnRouteProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html| 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`.
|
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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname@Stability(value=Stable) @NotNull String getRouteName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename@Stability(value=Stable) @NotNull Object getSpec()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-spec@Stability(value=Stable) @NotNull String getVirtualRouterName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername@Stability(value=Stable) @Nullable default String getMeshOwner()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-tags@Stability(value=Stable) static CfnRouteProps.Builder builder()
CfnRouteProps.Builder of CfnRoutePropsCopyright © 2020. All rights reserved.