Show / Hide Table of Contents

Class SpacesBucketLifecycleRuleExpirationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpacesBucketLifecycleRuleExpirationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class SpacesBucketLifecycleRuleExpirationArgs : ResourceArgs

Constructors

View Source

SpacesBucketLifecycleRuleExpirationArgs()

Declaration
public SpacesBucketLifecycleRuleExpirationArgs()

Properties

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 Input<string> Date { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Days

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

Declaration
public Input<int> Days { get; set; }
Property Value
Type Description
Input<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 Input<bool> ExpiredObjectDeleteMarker { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.