authorizationType

@JvmName(name = "gadwirmfdilivciw")
suspend fun authorizationType(value: Output<String>)
@JvmName(name = "yxkpfnwohhkwiqkn")
suspend fun authorizationType(value: String?)

Parameters

value

The authorization type for the route. For WebSocket APIs, valid values are `NONE` for open access, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer. For HTTP APIs, valid values are `NONE` for open access, `JWT` for using JSON Web Tokens, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer.