Skip to content

/AWS1/CL_DZNS3PROPERTIESOUTPUT

The Amazon S3 properties of a connection.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3uri TYPE /AWS1/DZNS3URI /AWS1/DZNS3URI

The Amazon S3 URI that's part of the Amazon S3 properties of a connection.

Optional arguments:

iv_s3accessgrantlocationid TYPE /AWS1/DZNS3ACCESSGRANTLOCID /AWS1/DZNS3ACCESSGRANTLOCID

The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.

iv_status TYPE /AWS1/DZNCONNECTIONSTATUS /AWS1/DZNCONNECTIONSTATUS

The status of the Amazon S3 connection.

iv_errormessage TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The error message that gets displayed.


Queryable Attributes

s3Uri

The Amazon S3 URI that's part of the Amazon S3 properties of a connection.

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value

s3AccessGrantLocationId

The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.

Accessible with the following methods

Method Description
GET_S3ACCESSGRANTLOCATIONID() Getter for S3ACCESSGRANTLOCATIONID, with configurable defaul
ASK_S3ACCESSGRANTLOCATIONID() Getter for S3ACCESSGRANTLOCATIONID w/ exceptions if field ha
HAS_S3ACCESSGRANTLOCATIONID() Determine if S3ACCESSGRANTLOCATIONID has a value

status

The status of the Amazon S3 connection.

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

errorMessage

The error message that gets displayed.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value