getAuthorizer

The `AWS::ApiGatewayV2::Authorizer` resource creates an authorizer for a WebSocket API or an HTTP API. To learn more, see Controlling and managing access to a WebSocket API in API Gateway and Controlling and managing access to an HTTP API in API Gateway in the API Gateway Developer Guide.

Return

null

Parameters

argument

null


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

Return

null

Parameters

apiId

The API identifier.

authorizerId

The authorizer ID.

See also


Return

null

Parameters

argument

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

See also