Route Args
data class RouteArgs(val applicationIdentifier: Output<String>? = null, val defaultRoute: Output<RouteDefaultRouteInputArgs>? = null, val environmentIdentifier: Output<String>? = null, val routeType: Output<RouteType>? = null, val serviceIdentifier: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val uriPathRoute: Output<RouteUriPathRouteInputArgs>? = null) : ConvertibleToJava<RouteArgs>
Definition of AWS::RefactorSpaces::Route Resource Type
Constructors
Link copied to clipboard
constructor(applicationIdentifier: Output<String>? = null, defaultRoute: Output<RouteDefaultRouteInputArgs>? = null, environmentIdentifier: Output<String>? = null, routeType: Output<RouteType>? = null, serviceIdentifier: Output<String>? = null, tags: Output<List<TagArgs>>? = null, uriPathRoute: Output<RouteUriPathRouteInputArgs>? = null)
Properties
Link copied to clipboard
The unique identifier of the application.
Link copied to clipboard
Configuration for the default route type.
Link copied to clipboard
The unique identifier of the environment.
Link copied to clipboard
The unique identifier of the service.
Link copied to clipboard
The configuration for the URI path route type.