type

@JvmName(name = "aiikxebrnwsvmgli")
suspend fun type(value: Output<String>)
@JvmName(name = "eypypiqktrrmfehd")
suspend fun type(value: String?)

Parameters

value

Type of the authorizer. Possible values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, or COGNITO_USER_POOLS for using an Amazon Cognito user pool. Defaults to TOKEN.