Show / Hide Table of Contents

Class BucketLifecycleRuleNoncurrentVersionTransition

Inheritance
System.Object
BucketLifecycleRuleNoncurrentVersionTransition
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 BucketLifecycleRuleNoncurrentVersionTransition

Fields

View Source

Days

Specifies the number of days noncurrent object versions transition.

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

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 readonly string StorageClass
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.