authorizationType

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

Parameters

value

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. Defaults to NONE.