abstract class AbstractRetrieval extends Alvine

AbstractRetrieval

Properties

protected string $archiveid
protected string $type
protected string $startdate
protected string $enddate
protected string $snstopic
protected string $retrievalbyterange
protected string $marker An opaque string that represents where to continue pagination of the vault inventory retrieval results.
protected string $limit Specifies the maximum number of inventory items returned per vault inventory retrieval request.
protected string $format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format.
protected string $description

Methods

string
getType()

getType

string
getSNSTopic()

getSNSTopic

string
getDescription()

getDescription

setDescription(string $description)

Beschreibung setzen

setSNSTopic(string $SNSTopic)

SNSTopic setzen

string
getFields()

gibt ein JSON String zurück

Details

at line 116
string getType()

getType

Gibt den Typ des Job zurück. Der Typ kann "archive-retrieval" oder "inventory-retrieval" sein

Return Value

string Typ des Job

at line 129
string getSNSTopic()

getSNSTopic

Gibt ein Amazon Simple Notification Service (Amazon SNS) Thema, das Benachrichtigungen erhält zurück

Format: arn:aws:sns:us-east-1:012345678901:mytopic

Return Value

string Amazon SNS

at line 140
string getDescription()

getDescription

Gibt die optionale Jobbeschreibung zurück

Return Value

string Jobbschreibung

at line 154
setDescription(string $description)

Beschreibung setzen

Setzt die optionale Jobbeschreibung Die Beschreibung muss weniger oder gleich 1024 Bytes groß sein. Die zulässigen Zeichen sind 7-Bit ASCII ohne Steuercodes, ASCII-Werte von 32 bis 126 dezimal oder 0x20-0x7E hexadezimal.

Parameters

string $description Jobbeschreibung

at line 166
setSNSTopic(string $SNSTopic)

SNSTopic setzen

Ein Amazon Simple Notification Service (Amazon SNS) Thema, das Benachrichtigungen erhält. Es wird ein String in diesem Format erwartet: arn:aws:sns:us-east-1:012345678901:mytopic

Parameters

string $SNSTopic SNSTopic

at line 175
string getFields()

gibt ein JSON String zurück

Return Value

string