| Package | Description |
|---|---|
| software.amazon.awscdk.services.refactorspaces |
AWS::RefactorSpaces Construct Library
|
| 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(software.constructs.Construct scope,
String id) |
CfnRoute.Builder |
CfnRoute.Builder.defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
`AWS::RefactorSpaces::Route.DefaultRoute`.
|
CfnRoute.Builder |
CfnRoute.Builder.defaultRoute(IResolvable defaultRoute)
`AWS::RefactorSpaces::Route.DefaultRoute`.
|
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 © 2022. All rights reserved.