get Authorizer
The `AWS::ApiGateway::Authorizer`
resource creates an authorization layer that API Gateway activates for methods that have authorization enabled. API Gateway activates the authorizer when a client calls those methods.
Return
null
Parameters
argument
null
Return
null
Parameters
authorizer Id
The ID for the authorizer. For example: abc123
.
rest Api Id
The string identifier of the associated RestApi.
See also
suspend fun getAuthorizer(argument: suspend GetAuthorizerPlainArgsBuilder.() -> Unit): GetAuthorizerResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetAuthorizerPlainArgs.