Deployment Artifact Args
fun DeploymentArtifactArgs(annotations: Output<Map<String, String>>? = null, apiId: Output<String>? = null, artifactId: Output<String>? = null, contents: Output<String>? = null, deploymentId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, mimeType: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)