ArchiveDeploymentArgs

data class ArchiveDeploymentArgs(val environmentId: Output<String>? = null, val gcsUri: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null) : ConvertibleToJava<ArchiveDeploymentArgs>

Creates a new ArchiveDeployment.

Constructors

Link copied to clipboard
fun ArchiveDeploymentArgs(environmentId: Output<String>? = null, gcsUri: Output<String>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, organizationId: Output<String>? = null)

Functions

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

Properties

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

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

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

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}\p{N}_-{0,63} No more than 64 labels can be associated with a given store.

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

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

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