Skip to content

/AWS1/CL_XDDCREATESTREAMOUTPUT

The output of a created stream.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusteridentifier TYPE /AWS1/XDDCLUSTERID /AWS1/XDDCLUSTERID

The ID of the cluster for the created stream.

iv_streamidentifier TYPE /AWS1/XDDSTREAMID /AWS1/XDDSTREAMID

The ID of the created stream.

iv_arn TYPE /AWS1/XDDSTREAMARN /AWS1/XDDSTREAMARN

The ARN of the created stream.

iv_status TYPE /AWS1/XDDSTREAMSTATUS /AWS1/XDDSTREAMSTATUS

The status of the created stream.

iv_creationtime TYPE /AWS1/XDDSTREAMCREATIONTIME /AWS1/XDDSTREAMCREATIONTIME

The time when created the stream.

iv_ordering TYPE /AWS1/XDDSTREAMORDERING /AWS1/XDDSTREAMORDERING

The ordering mode of the created stream.

iv_format TYPE /AWS1/XDDSTREAMFORMAT /AWS1/XDDSTREAMFORMAT

The format of the created stream records.


Queryable Attributes

clusterIdentifier

The ID of the cluster for the created 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 created 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 created 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 status of the created 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 created the stream.

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 created 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 created 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