Class BucketLifecycleRuleNoncurrentVersionTransitionArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketLifecycleRuleNoncurrentVersionTransitionArgs : ResourceArgs
Constructors
View SourceBucketLifecycleRuleNoncurrentVersionTransitionArgs()
Declaration
public BucketLifecycleRuleNoncurrentVersionTransitionArgs()
Properties
View SourceDays
Specifies the number of days noncurrent object versions transition.
Declaration
public Input<int> Days { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
StorageClass
Specifies the Amazon S3 storage class to which you want the noncurrent object versions to transition. Can be ONEZONE_IA, STANDARD_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE.
Declaration
public Input<string> StorageClass { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |