MethodSnapshot

Represents a summary of a Method resource, given a particular date and time.

Types

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

Properties

Link copied to clipboard

Specifies whether the method requires a valid ApiKey.

Link copied to clipboard

The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

Functions

Link copied to clipboard
inline fun copy(block: MethodSnapshot.Builder.() -> Unit = {}): MethodSnapshot
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