getMethod

The `AWS::ApiGateway::Method` resource creates API Gateway methods that define the parameters and body that clients must send in their requests.

Return

null

Parameters

argument

null


suspend fun getMethod(httpMethod: String, resourceId: String, restApiId: String): GetMethodResult

Return

null

Parameters

httpMethod

The method's HTTP verb.

resourceId

The Resource identifier for the MethodResponse resource.

restApiId

The string identifier of the associated RestApi.

See also


suspend fun getMethod(argument: suspend GetMethodPlainArgsBuilder.() -> Unit): GetMethodResult

Return

null

Parameters

argument

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

See also