Interface NoncurrentVersionTransition
Describes when noncurrent versions transition to a specified storage class.
stable
Synopsis
Properties
storageClass | The storage class to which you want the object to transition. |
transitionAfter | Indicates the number of days after creation when objects are transitioned to the specified storage class. |
Properties
storageClass
The storage class to which you want the object to transition.
stable
Declaration
readonly storageClass: StorageClass;
Property Value
StorageClass
transitionAfter
Indicates the number of days after creation when objects are transitioned to the specified storage class.
No transition count. stable
Declaration
readonly transitionAfter: Duration;
Property Value