getModel

suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

The `AWS::ApiGatewayV2::Model` resource updates data model for a WebSocket API. For more information, see Model Selection Expressions in the API Gateway Developer Guide.

Return

null

Parameters

argument

null


suspend fun getModel(apiId: String, modelId: String): GetModelResult

Return

null

Parameters

apiId

The API identifier.

modelId

The model ID.

See also


suspend fun getModel(argument: suspend GetModelPlainArgsBuilder.() -> Unit): GetModelResult

Return

null

Parameters

argument

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

See also