ArchiveDeployment

class ArchiveDeployment : KotlinCustomResource

Creates a new ArchiveDeployment.

Properties

Link copied to clipboard
val createdAt: Output<String>

The time at which the Archive Deployment was created in milliseconds since the epoch.

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

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

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>

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

Link copied to clipboard
val operation: Output<String>

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updatedAt: Output<String>

The time at which the Archive Deployment was updated in milliseconds since the epoch.

Link copied to clipboard
val urn: Output<String>