Show / Hide Table of Contents

Class SpacesBucketLifecycleRuleExpiration

Inheritance
System.Object
SpacesBucketLifecycleRuleExpiration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class SpacesBucketLifecycleRuleExpiration

Fields

View Source

Date

Specifies the date/time after which you want applicable objects to expire. The argument uses RFC3339 format, e.g. "2020-03-22T15:03:55Z" or parts thereof e.g. "2019-02-28".

Declaration
public readonly string Date
Field Value
Type Description
System.String
View Source

Days

Specifies the number of days after object creation when the applicable objects will expire.

Declaration
public readonly int? Days
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ExpiredObjectDeleteMarker

On a versioned bucket (versioning-enabled or versioning-suspended bucket), setting this to true directs Spaces to delete expired object delete markers.

Declaration
public readonly bool? ExpiredObjectDeleteMarker
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.