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<RouteTagArgs>>? = null, val uriPathRoute: Output<RouteUriPathRouteInputArgs>? = null) : ConvertibleToJava<RouteArgs>

Definition of AWS::RefactorSpaces::Route Resource Type

Constructors

Link copied to clipboard
fun RouteArgs(applicationIdentifier: Output<String>? = null, defaultRoute: Output<RouteDefaultRouteInputArgs>? = null, environmentIdentifier: Output<String>? = null, routeType: Output<RouteType>? = null, serviceIdentifier: Output<String>? = null, tags: Output<List<RouteTagArgs>>? = null, uriPathRoute: Output<RouteUriPathRouteInputArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val applicationIdentifier: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val environmentIdentifier: Output<String>? = null
Link copied to clipboard
val routeType: Output<RouteType>? = null
Link copied to clipboard
val serviceIdentifier: Output<String>? = null
Link copied to clipboard
val tags: Output<List<RouteTagArgs>>? = 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