Show / Hide Table of Contents

Class BucketLifecycleRuleTransitionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketLifecycleRuleTransitionArgs
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.Aws.S3.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketLifecycleRuleTransitionArgs : ResourceArgs

Constructors

View Source

BucketLifecycleRuleTransitionArgs()

Declaration
public BucketLifecycleRuleTransitionArgs()

Properties

View Source

Date

Specifies the date after which you want the corresponding action to take effect.

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 specific rule action takes effect.

Declaration
public Input<int> Days { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

StorageClass

Specifies the Amazon S3 storage class to which you want the object 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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.