AWSS3BucketLifecycleRuleExpiration
No description
type AWSS3BucketLifecycleRuleExpiration {
date: DateTime
days: Int!
expiredObjectDeleteMarker: Boolean!
}
Fields
AWSS3BucketLifecycleRuleExpiration.date
● DateTime
scalar
Indicates at what date the object is to be moved or deleted. The date value must conform to the ISO 8601 format, and the time is always midnight UTC
AWSS3BucketLifecycleRuleExpiration.days
● Int!
non-null scalar
Indicates the lifetime, in days, of the objects that are subject to the rule
AWSS3BucketLifecycleRuleExpiration.expiredObjectDeleteMarker
● Boolean!
non-null scalar
Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions
Member of
AWSS3BucketLifecycleRule
object