| Modifier and Type | Method and Description |
|---|---|
CfnRoute.Builder |
CfnRoute.Builder.applicationIdentifier(String applicationIdentifier)
The unique identifier of the application.
|
static CfnRoute.Builder |
CfnRoute.Builder.create(Construct scope,
String id) |
CfnRoute.Builder |
CfnRoute.Builder.defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
Configuration for the default route type.
|
CfnRoute.Builder |
CfnRoute.Builder.defaultRoute(IResolvable defaultRoute)
Configuration for the default route type.
|
CfnRoute.Builder |
CfnRoute.Builder.environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CfnRoute.Builder |
CfnRoute.Builder.routeType(String routeType)
The route type of the route.
|
CfnRoute.Builder |
CfnRoute.Builder.serviceIdentifier(String serviceIdentifier)
The unique identifier of the service.
|
CfnRoute.Builder |
CfnRoute.Builder.tags(List<? extends CfnTag> tags)
The tags assigned to the route.
|
CfnRoute.Builder |
CfnRoute.Builder.uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
The configuration for the URI path route type.
|
CfnRoute.Builder |
CfnRoute.Builder.uriPathRoute(IResolvable uriPathRoute)
The configuration for the URI path route type.
|
Copyright © 2023. All rights reserved.