getRequestValidator

The `AWS::ApiGateway::RequestValidator` resource sets up basic validation rules for incoming requests to your API. For more information, see Enable Basic Request Validation for an API in API Gateway in the API Gateway Developer Guide.

Return

null

Parameters

argument

null


suspend fun getRequestValidator(requestValidatorId: String, restApiId: String): GetRequestValidatorResult

Return

null

Parameters

requestValidatorId

The ID for the request validator. 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.GetRequestValidatorPlainArgs.

See also