Bucket Soft Delete Policy Args
data class BucketSoftDeletePolicyArgs(val effectiveTime: Output<String>? = null, val retentionDurationSeconds: Output<Int>? = null) : ConvertibleToJava<BucketSoftDeletePolicyArgs>
Properties
Link copied to clipboard
Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
Link copied to clipboard
The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted. Default value is 604800. The value must be in between 604800(7 days) and 7776000(90 days). Note: To disable the soft delete policy on a bucket, This field must be set to 0.