AwsApiGatewayV2ApiDetails

Contains information about a version 2 API in Amazon API Gateway.

Types

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

Properties

Link copied to clipboard

The URI of the API.

Link copied to clipboard

The identifier of the API.

Link copied to clipboard

An API key selection expression. Supported only for WebSocket APIs.

Link copied to clipboard

A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.

Link copied to clipboard

Indicates when the API was created.

Link copied to clipboard

A description of the API.

Link copied to clipboard
val name: String?

The name of the API.

Link copied to clipboard

The API protocol for the API.

Link copied to clipboard

The route selection expression for the API.

Link copied to clipboard

The version identifier for the API.

Functions

Link copied to clipboard
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