IS3RestoreRequest
Interface in AWS.S3
Interface for RestoreRequest documents.
Properties
Days
property Days: TOptional<Integer>
Specifies the lifetime of the active copy in days.
Do not use with OutputLocation. This element is required for regular restores. Must not be provided for select requests.
Description
property Description: string
An optional description for the job.
GlacierJobParameters
property GlacierJobParameters: IS3GlacierJobParameters
Type: IS3GlacierJobParameters
Specifies S3 Glacier related parameters.
Do not use with restores specifying OutputLocation.
OutputLocation
property OutputLocation: IS3OutputLocation
Type: IS3OutputLocation
Specifies the output location for the job results.
SelectParameters
property SelectParameters: IS3SelectParameters
Type: IS3SelectParameters
Specifies parameters for a select job.
Tier
property Tier: string
Retrieval tier at which the restore will be processed.
Valid values: Standard | Bulk | Expedited.
RestoreType
property RestoreType: string
Specifies the type of restore.
Valid values: SELECT.
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.