getResource

The `AWS::ApiGateway::Resource` resource creates a resource in an API.

Return

null

Parameters

argument

null


suspend fun getResource(resourceId: String, restApiId: String): GetResourceResult

Return

null

See also

Parameters

resourceId

A unique primary identifier for a Resource

restApiId

The string identifier of the associated RestApi.


suspend fun getResource(argument: suspend GetResourcePlainArgsBuilder.() -> Unit): GetResourceResult

Return

null

See also

Parameters

argument

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