Skip to content

/AWS1/CL_XDDGETSTREAMOUTPUT

The output of a retrieved stream.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusteridentifier TYPE /AWS1/XDDCLUSTERID /AWS1/XDDCLUSTERID

The ID of the cluster for the retrieved stream.

iv_streamidentifier TYPE /AWS1/XDDSTREAMID /AWS1/XDDSTREAMID

The ID of the retrieved stream.

iv_arn TYPE /AWS1/XDDSTREAMARN /AWS1/XDDSTREAMARN

The ARN of the retrieved stream.

iv_status TYPE /AWS1/XDDSTREAMSTATUS /AWS1/XDDSTREAMSTATUS

The current status of the retrieved stream.

iv_creationtime TYPE /AWS1/XDDSTREAMCREATIONTIME /AWS1/XDDSTREAMCREATIONTIME

The time when the stream was created.

iv_ordering TYPE /AWS1/XDDSTREAMORDERING /AWS1/XDDSTREAMORDERING

The ordering mode of the stream.

iv_format TYPE /AWS1/XDDSTREAMFORMAT /AWS1/XDDSTREAMFORMAT

The format of the stream records.

Optional arguments:

io_targetdefinition TYPE REF TO /AWS1/CL_XDDTARGETDEFINITION /AWS1/CL_XDDTARGETDEFINITION

The target definition for the stream destination.

io_statusreason TYPE REF TO /AWS1/CL_XDDSTATUSREASON /AWS1/CL_XDDSTATUSREASON

Stream status reason with error code and timestamp (if applicable).

it_tags TYPE /AWS1/CL_XDDTAGMAP_W=>TT_TAGMAP TT_TAGMAP

A map of tags associated with the stream.


Queryable Attributes

clusterIdentifier

The ID of the cluster for the retrieved stream.

Accessible with the following methods

Method Description
GET_CLUSTERIDENTIFIER() Getter for CLUSTERIDENTIFIER, with configurable default
ASK_CLUSTERIDENTIFIER() Getter for CLUSTERIDENTIFIER w/ exceptions if field has no v
HAS_CLUSTERIDENTIFIER() Determine if CLUSTERIDENTIFIER has a value

streamIdentifier

The ID of the retrieved stream.

Accessible with the following methods

Method Description
GET_STREAMIDENTIFIER() Getter for STREAMIDENTIFIER, with configurable default
ASK_STREAMIDENTIFIER() Getter for STREAMIDENTIFIER w/ exceptions if field has no va
HAS_STREAMIDENTIFIER() Determine if STREAMIDENTIFIER has a value

arn

The ARN of the retrieved stream.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The current status of the retrieved stream.

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

creationTime

The time when the stream was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

ordering

The ordering mode of the stream.

Accessible with the following methods

Method Description
GET_ORDERING() Getter for ORDERING, with configurable default
ASK_ORDERING() Getter for ORDERING w/ exceptions if field has no value
HAS_ORDERING() Determine if ORDERING has a value

format

The format of the stream records.

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value

targetDefinition

The target definition for the stream destination.

Accessible with the following methods

Method Description
GET_TARGETDEFINITION() Getter for TARGETDEFINITION

statusReason

Stream status reason with error code and timestamp (if applicable).

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON

tags

A map of tags associated with the stream.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value