IS3DefaultRetention
Interface in AWS.S3
Interface for DefaultRetention nodes.
Ancestors
Properties
Days
property Days: TOptional<Integer>
Specifies the number of days for the default retention period.
Mode must be specified also.
Mode
property Mode: string
Specifies the Object Lock retention mode.
Days or Years must be specified also. Valid values: GOVERNANCE | COMPLIANCE.
Years
property Years: TOptional<Integer>
Specifies the number of years for the default retention period.
Mode must be specified also.