| Modifier and Type | Method and Description |
|---|---|
CfnRoute.Builder |
applicationIdentifier(String applicationIdentifier)
The unique identifier of the application.
|
CfnRoute |
build() |
static CfnRoute.Builder |
create(Construct scope,
String id) |
CfnRoute.Builder |
defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
Configuration for the default route type.
|
CfnRoute.Builder |
defaultRoute(IResolvable defaultRoute)
Configuration for the default route type.
|
CfnRoute.Builder |
environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CfnRoute.Builder |
routeType(String routeType)
The route type of the route.
|
CfnRoute.Builder |
serviceIdentifier(String serviceIdentifier)
The unique identifier of the service.
|
CfnRoute.Builder |
tags(List<? extends CfnTag> tags)
The tags assigned to the route.
|
CfnRoute.Builder |
uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
The configuration for the URI path route type.
|
CfnRoute.Builder |
uriPathRoute(IResolvable uriPathRoute)
The configuration for the URI path route type.
|
@Stability(value=Stable) public static CfnRoute.Builder create(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.CfnRoute.DefaultRouteInputProperty.Builder.@Stability(value=Stable) public CfnRoute.Builder applicationIdentifier(String applicationIdentifier)
applicationIdentifier - The unique identifier of the application. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder environmentIdentifier(String environmentIdentifier)
environmentIdentifier - The unique identifier of the environment. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder serviceIdentifier(String serviceIdentifier)
serviceIdentifier - The unique identifier of the service. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder defaultRoute(IResolvable defaultRoute)
defaultRoute - Configuration for the default route type. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
defaultRoute - Configuration for the default route type. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder routeType(String routeType)
routeType - The route type of the route. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder tags(List<? extends CfnTag> tags)
tags - The tags assigned to the route. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder uriPathRoute(IResolvable uriPathRoute)
uriPathRoute - The configuration for the URI path route type. This parameter is required.this@Stability(value=Stable) public CfnRoute.Builder uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
uriPathRoute - The configuration for the URI path route type. This parameter is required.thisCopyright © 2023. All rights reserved.