getAuthorizer

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


suspend fun getAuthorizer(authorizerId: String, restApiId: String): GetAuthorizerResult

Return

null

Parameters

authorizerId

The ID for the authorizer. For example: abc123 .

restApiId

The string identifier of the associated RestApi.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetAuthorizerPlainArgs.

See also