AbstractRetrieval
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
getType
getSNSTopic
getDescription
Beschreibung setzen
SNSTopic setzen
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
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
at line 140
string
getDescription()
getDescription
Gibt die optionale Jobbeschreibung zurück
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.
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
at line 175
string
getFields()
gibt ein JSON String zurück