getDeployment

The `AWS::ApiGateway::Deployment` resource deploys an API Gateway `RestApi` resource to a stage so that clients can call the API over the internet. The stage acts as an environment.

Return

null

Parameters

argument

null


suspend fun getDeployment(deploymentId: String, restApiId: String): GetDeploymentResult

Return

null

Parameters

deploymentId

The ID for the deployment. 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.GetDeploymentPlainArgs.

See also