/AWS1/CL_GMZEXPORTFILESMET¶
Provides details about the stream session's exported files.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/GMZEXPORTFILESSTATUS /AWS1/GMZEXPORTFILESSTATUS¶
The result of the ExportStreamSessionFiles operation.
iv_statusreason TYPE /AWS1/GMZEXPORTFILESREASON /AWS1/GMZEXPORTFILESREASON¶
A short description of the reason the export is in
FAILEDstatus.
iv_outputuri TYPE /AWS1/GMZOUTPUTURI /AWS1/GMZOUTPUTURI¶
The S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session. Amazon GameLift Streams generates a ZIP file name based on the stream session metadata. Alternatively, you can provide a custom file name with a
.zipfile extension.Example 1: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip, then Amazon GameLift Streams will save the files at that location.Example 2: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/, then Amazon GameLift Streams will save the files ats3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zipor another similar name.
Queryable Attributes¶
Status¶
The result of the ExportStreamSessionFiles operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusReason¶
A short description of the reason the export is in
FAILEDstatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
OutputUri¶
The S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session. Amazon GameLift Streams generates a ZIP file name based on the stream session metadata. Alternatively, you can provide a custom file name with a
.zipfile extension.Example 1: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip, then Amazon GameLift Streams will save the files at that location.Example 2: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/, then Amazon GameLift Streams will save the files ats3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zipor another similar name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTURI() |
Getter for OUTPUTURI, with configurable default |
ASK_OUTPUTURI() |
Getter for OUTPUTURI w/ exceptions if field has no value |
HAS_OUTPUTURI() |
Determine if OUTPUTURI has a value |