AWSS3BucketLifecycleRuleNoncurrentVersionTransition
No description
type AWSS3BucketLifecycleRuleNoncurrentVersionTransition {
newerNoncurrentVersions: Int!
noncurrentDays: Int!
storageClass: AWSS3BucketLifecycleRuleTransitionStorageClassType!
}
Fields
AWSS3BucketLifecycleRuleNoncurrentVersionTransition.newerNoncurrentVersions
● Int!
non-null scalar
Indicates how many noncurrent versions Amazon S3 will retain
AWSS3BucketLifecycleRuleNoncurrentVersionTransition.noncurrentDays
● Int!
non-null scalar
The number of days that an object is noncurrent before Amazon S3 can perform the associated action
AWSS3BucketLifecycleRuleNoncurrentVersionTransition.storageClass
● AWSS3BucketLifecycleRuleTransitionStorageClassType!
non-null enum
The class of storage used to store the object
Member of
AWSS3BucketLifecycleRule
object