RouteSummary

The summary information for the routes as a response to ListRoutes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If set to true, this option appends the source path to the service URL endpoint.

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the route.

Link copied to clipboard

The Amazon Web Services account ID of the route creator.

Link copied to clipboard

A timestamp that indicates when the route is created.

Link copied to clipboard

The unique identifier of the environment.

Link copied to clipboard

Any error associated with the route resource.

Link copied to clipboard

Indicates whether to match all subpaths of the given source path. If this value is false, requests must match the source path exactly before they are forwarded to this route's service.

Link copied to clipboard

A timestamp that indicates when the route was last updated.

Link copied to clipboard

A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.

Link copied to clipboard

The Amazon Web Services account ID of the route owner.

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the route.

Link copied to clipboard

The route type of the route.

Link copied to clipboard

The unique identifier of the service.

Link copied to clipboard

This is the path that Refactor Spaces uses to match traffic. Paths must start with / and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called 'user'.

Link copied to clipboard

The current state of the route.

Link copied to clipboard

The tags assigned to the route.

Functions

Link copied to clipboard
inline fun copy(block: RouteSummary.Builder.() -> Unit = {}): RouteSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String