AwsApiGatewayRestApiDetails

Contains information about a REST API in version 1 of Amazon API Gateway.

Types

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

Properties

Link copied to clipboard

The source of the API key for metering requests according to a usage plan.

Link copied to clipboard

The list of binary media types supported by the REST API.

Link copied to clipboard

Indicates when the API was created.

Link copied to clipboard

A description of the REST API.

Link copied to clipboard

The endpoint configuration of the REST API.

Link copied to clipboard
val id: String?

The identifier of the REST API.

Link copied to clipboard

The minimum size in bytes of a payload before compression is enabled.

Link copied to clipboard
val name: String?

The name of the REST API.

Link copied to clipboard

The version identifier for the REST 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