Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.S3LifecycleRuleNoncurrentVersionTransition
Description
NoncurrentVersionTransition is a property of the Amazon S3 Lifecycle Rule property that describes when noncurrent objects transition to a specified storage class.
- data S3LifecycleRuleNoncurrentVersionTransition = S3LifecycleRuleNoncurrentVersionTransition {}
- s3LifecycleRuleNoncurrentVersionTransition :: Val Text -> Val Integer' -> S3LifecycleRuleNoncurrentVersionTransition
- slrnvtStorageClass :: Lens' S3LifecycleRuleNoncurrentVersionTransition (Val Text)
- slrnvtTransitionInDays :: Lens' S3LifecycleRuleNoncurrentVersionTransition (Val Integer')
Documentation
data S3LifecycleRuleNoncurrentVersionTransition Source #
Full data type definition for S3LifecycleRuleNoncurrentVersionTransition.
See s3LifecycleRuleNoncurrentVersionTransition
for a more convenient
constructor.
Constructors
S3LifecycleRuleNoncurrentVersionTransition | |
Instances
s3LifecycleRuleNoncurrentVersionTransition Source #
Arguments
:: Val Text | |
-> Val Integer' | |
-> S3LifecycleRuleNoncurrentVersionTransition |
Constructor for S3LifecycleRuleNoncurrentVersionTransition
containing
required fields as arguments.
slrnvtStorageClass :: Lens' S3LifecycleRuleNoncurrentVersionTransition (Val Text) Source #
The storage class to which you want the object to transition, such as GLACIER. For valid values, see the StorageClass request element of the PUT Bucket lifecycle action in the Amazon Simple Storage Service API Reference.
slrnvtTransitionInDays :: Lens' S3LifecycleRuleNoncurrentVersionTransition (Val Integer') Source #
The number of days between the time that a new version of the object is uploaded to the bucket and when old versions of the object are transitioned to the specified storage class.