IS3Retention
Interface in AWS.S3
Interface for Retention documents.
Properties
Mode
property Mode: string
Specifies the Retention mode for the object.
Valid values: GOVERNANCE | COMPLIANCE.
RetainUntilDate
property RetainUntilDate: TOptional<TDateTime>
Specifies the date on which this Object Lock expires.
Methods
ToString
function ToString: string;
Convert to string.
Returns
A string containing the XML representation.
ToXML
function ToXML: IXMLDocument;
Convert to XML.
Returns
An XML representation.