getRestApi

The `AWS::ApiGateway::RestApi` resource creates a REST API. For more information, see restapi:create in the Amazon API Gateway REST API Reference. On January 1, 2016, the Swagger Specification was donated to the OpenAPI initiative, becoming the foundation of the OpenAPI Specification.

Return

null

Parameters

argument

null


suspend fun getRestApi(restApiId: String): GetRestApiResult

Return

null

Parameters

restApiId

The string identifier of the associated RestApi.

See also


suspend fun getRestApi(argument: suspend GetRestApiPlainArgsBuilder.() -> Unit): GetRestApiResult

Return

null

Parameters

argument

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

See also