Skip to main content

AWSS3BucketDefaultRetention

No description

type AWSS3BucketDefaultRetention {
days: Int!
mode: AWSS3BucketObjectLockRetentionModeType!
years: Int!
}

Fields

AWSS3BucketDefaultRetention.days ● Int! non-null scalar

The number of days that you want to specify for the default retention period

AWSS3BucketDefaultRetention.mode ● AWSS3BucketObjectLockRetentionModeType! non-null enum

The default Object Lock retention mode you want to apply to new objects placed in the specified bucket

AWSS3BucketDefaultRetention.years ● Int! non-null scalar

The number of years that you want to specify for the default retention period

Member of

AWSS3BucketObjectLockRule object