Class SpacesBucketLifecycleRuleExpirationGetArgs
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.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class SpacesBucketLifecycleRuleExpirationGetArgs : ResourceArgs
Constructors
View SourceSpacesBucketLifecycleRuleExpirationGetArgs()
Declaration
public SpacesBucketLifecycleRuleExpirationGetArgs()
Properties
View SourceDate
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> |
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> |
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> |