get Deployment
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
Return
null
Parameters
deployment Id
The ID for the deployment. For example: abc123
.
rest Api Id
The string identifier of the associated RestApi.
See also
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetDeploymentPlainArgs.