Export

class Export : KotlinCustomResource

Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the state value of "enqueued". Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val created: Output<String>

Time the export job was created.

Link copied to clipboard
val datastoreName: Output<String>

Name of the datastore that is the destination of the export job datastore

Link copied to clipboard
val description: Output<String>

Description of the export job.

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

Error is set when export fails

Link copied to clipboard
val executionTime: Output<String>

Execution time for this export job. If the job is still in progress, it will be set to the amount of time that has elapsed sincecreated, in seconds. Else, it will set to (updated - created), in seconds.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Display name of the export job.

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 self: Output<String>

Self link of the export job. A URI that can be used to retrieve the status of an export job. Example: /organizations/myorg/environments/myenv/analytics/exports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd

Link copied to clipboard
val state: Output<String>

Status of the export job. Valid values include enqueued, running, completed, and failed.

Link copied to clipboard
val updated: Output<String>

Time the export job was last updated.

Link copied to clipboard
val urn: Output<String>