AwsCorsConfiguration

Contains the cross-origin resource sharing (CORS) configuration for the API. CORS is only supported for HTTP APIs.

Types

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

Properties

Link copied to clipboard

Indicates whether the CORS request includes credentials.

Link copied to clipboard

The allowed headers for CORS requests.

Link copied to clipboard

The allowed methods for CORS requests.

Link copied to clipboard

The allowed origins for CORS requests.

Link copied to clipboard

The exposed headers for CORS requests.

Link copied to clipboard
val maxAge: Int?

The number of seconds for which the browser caches preflight request results.

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