GetRouteResult

data class GetRouteResult(val arn: String? = null, val pathResourceToId: String? = null, val routeIdentifier: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, pathResourceToId: String? = null, routeIdentifier: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the route.

Link copied to clipboard

A mapping of Amazon API Gateway path resources to resource IDs.

Link copied to clipboard
val routeIdentifier: String? = null

The unique identifier of the route.

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

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