DeploymentArtifactArgs

data class DeploymentArtifactArgs(val annotations: Output<Map<String, String>>? = null, val apiId: Output<String>? = null, val artifactId: Output<String>? = null, val contents: Output<String>? = null, val deploymentId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mimeType: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<DeploymentArtifactArgs>

Creates a specified artifact.

Constructors

Link copied to clipboard
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)

Functions

Link copied to clipboard
open override fun toJava(): DeploymentArtifactArgs

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

Annotations attach non-identifying metadata to resources. Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.

Link copied to clipboard
val apiId: Output<String>? = null
Link copied to clipboard
val artifactId: Output<String>? = null

Required. The ID to use for the artifact, which will become the final component of the artifact's resource name. This value should be 4-63 characters, and valid characters are /a-z-/. Following AIP-162, IDs must not have the form of a UUID.

Link copied to clipboard
val contents: Output<String>? = null

Input only. The contents of the artifact. Provided by API callers when artifacts are created or replaced. To access the contents of an artifact, use GetArtifactContents.

Link copied to clipboard
val deploymentId: Output<String>? = null
Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels attach identifying metadata to resources. Identifying metadata can be used to filter list operations. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one resource (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "registry.googleapis.com/" and cannot be changed.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val mimeType: Output<String>? = null

A content type specifier for the artifact. Content type specifiers are Media Types (https://en.wikipedia.org/wiki/Media_type) with a possible "schema" parameter that specifies a schema for the stored information. Content types can specify compression. Currently only GZip compression is supported (indicated with "+gzip").

Link copied to clipboard
val name: Output<String>? = null

Resource name.

Link copied to clipboard
val project: Output<String>? = null