RouteArgs

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
val applicationIdentifier: Output<String>? = null

The unique identifier of the application.

Link copied to clipboard

Configuration for the default route type.

Link copied to clipboard
val environmentIdentifier: Output<String>? = null

The unique identifier of the environment.

Link copied to clipboard
val routeType: Output<RouteType>? = null

The route type of the route.

Link copied to clipboard
val serviceIdentifier: Output<String>? = null

The unique identifier of the service.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

Link copied to clipboard

The configuration for the URI path route type.

Functions

Link copied to clipboard
open override fun toJava(): RouteArgs