Class BucketLifecycleRuleExpiration
Inheritance
System.Object
BucketLifecycleRuleExpiration
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.Aws.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketLifecycleRuleExpiration
Fields
View SourceDate
Specifies the date after which you want the corresponding action to take effect.
Declaration
public readonly string Date
Field Value
| Type | Description |
|---|---|
| System.String |
Days
Specifies the number of days after object creation when the specific rule action takes effect.
Declaration
public readonly int? Days
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ExpiredObjectDeleteMarker
On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers.
Declaration
public readonly bool? ExpiredObjectDeleteMarker
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |