get Deployment Artifact
suspend fun getDeploymentArtifact(argument: GetDeploymentArtifactPlainArgs): GetDeploymentArtifactResult
Returns a specified artifact.
Return
null
Parameters
argument
null
suspend fun getDeploymentArtifact(apiId: String, artifactId: String, deploymentId: String, location: String, project: String? = null): GetDeploymentArtifactResult
Return
null
See also
Parameters
api Id
artifact Id
deployment Id
location
project
suspend fun getDeploymentArtifact(argument: suspend GetDeploymentArtifactPlainArgsBuilder.() -> Unit): GetDeploymentArtifactResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.apigeeregistry.v1.kotlin.inputs.GetDeploymentArtifactPlainArgs.