You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/storage_transfer_job.html.markdown
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,9 @@ A duration in seconds with up to nine fractional digits, terminated by 's'. Exam
232
232
233
233
*`overwrite_when` - (Optional) When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by `overwrite_objects_already_existing_in_sink`. Possible values: ALWAYS, DIFFERENT, NEVER.
234
234
235
+
*`metadata_options` - (Optional) Specifies the metadata options for running a transfer. Structure [documented below](#nested_metadata_options).
*`bucket_name` - (Required) Google Cloud Storage bucket name.
@@ -370,6 +373,26 @@ Each action state may be one of `SUCCEEDED`, and `FAILED`.
370
373
*`enable_on_prem_gcs_transfer` - (Optional) For transfers with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.
*`symlink` - (Optional) Specifies how symlinks should be handled by the transfer.
379
+
380
+
*`mode` - (Optional) Specifies how each file's mode attribute should be handled by the transfer.
381
+
382
+
*`gid` - (Required) Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
383
+
384
+
*`uid` - (Optional) Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
385
+
386
+
*`acl` - (Optional) Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets.
387
+
388
+
*`storage_class` - (Optional) Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets.
389
+
390
+
*`temporary_hold` - (Optional) Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets.
391
+
392
+
*`kms_key` - (Optional) Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets.
393
+
394
+
*`time_created` - (Optional) Specifies how each object's timeCreated metadata is preserved for transfers.
395
+
373
396
## Attributes Reference
374
397
375
398
In addition to the arguments listed above, the following computed attributes are
0 commit comments