get Deployment
Resource Type definition for AWS::AppConfig::Deployment
Return
null
Parameters
argument
null
suspend fun getDeployment(applicationId: String, deploymentNumber: String, environmentId: String): GetDeploymentResult
Return
null
Parameters
application Id
The application ID.
deployment Number
The sequence number of the deployment.
environment Id
The environment ID.
See also
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.appconfig.kotlin.inputs.GetDeploymentPlainArgs.