Skip to content

/AWS1/CL_DZNDATASOURCESUMMARY

The details of the data source.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The ID of the Amazon DataZone domain in which the data source exists.

iv_datasourceid TYPE /AWS1/DZNDATASOURCEID /AWS1/DZNDATASOURCEID

The ID of the data source.

iv_name TYPE /AWS1/DZNNAME /AWS1/DZNNAME

The name of the data source.

iv_type TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The type of the data source.

iv_status TYPE /AWS1/DZNDATASOURCESTATUS /AWS1/DZNDATASOURCESTATUS

The status of the data source.

Optional arguments:

iv_environmentid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The ID of the environment in which the data source exists.

iv_connectionid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The connection ID that's part of the data source summary.

iv_enablesetting TYPE /AWS1/DZNENABLESETTING /AWS1/DZNENABLESETTING

Specifies whether the data source is enabled.

io_schedule TYPE REF TO /AWS1/CL_DZNSCHEDULECONF /AWS1/CL_DZNSCHEDULECONF

schedule

iv_lastrunstatus TYPE /AWS1/DZNDATASOURCERUNSTATUS /AWS1/DZNDATASOURCERUNSTATUS

The status of the last data source run.

iv_lastrunat TYPE /AWS1/DZNDATETIME /AWS1/DZNDATETIME

The timestamp of when the data source run was last performed.

io_lastrunerrormessage TYPE REF TO /AWS1/CL_DZNDATASOURCEERRORMSG /AWS1/CL_DZNDATASOURCEERRORMSG

lastRunErrorMessage

iv_lastrunassetcount TYPE /AWS1/DZNINTEGER /AWS1/DZNINTEGER

The count of the assets created during the last data source run.

iv_createdat TYPE /AWS1/DZNDATETIME /AWS1/DZNDATETIME

The timestamp of when the data source was created.

iv_updatedat TYPE /AWS1/DZNDATETIME /AWS1/DZNDATETIME

The timestamp of when the data source was updated.

iv_description TYPE /AWS1/DZNDESCRIPTION /AWS1/DZNDESCRIPTION

The data source description.


Queryable Attributes

domainId

The ID of the Amazon DataZone domain in which the data source exists.

Accessible with the following methods

Method Description
GET_DOMAINID() Getter for DOMAINID, with configurable default
ASK_DOMAINID() Getter for DOMAINID w/ exceptions if field has no value
HAS_DOMAINID() Determine if DOMAINID has a value

environmentId

The ID of the environment in which the data source exists.

Accessible with the following methods

Method Description
GET_ENVIRONMENTID() Getter for ENVIRONMENTID, with configurable default
ASK_ENVIRONMENTID() Getter for ENVIRONMENTID w/ exceptions if field has no value
HAS_ENVIRONMENTID() Determine if ENVIRONMENTID has a value

connectionId

The connection ID that's part of the data source summary.

Accessible with the following methods

Method Description
GET_CONNECTIONID() Getter for CONNECTIONID, with configurable default
ASK_CONNECTIONID() Getter for CONNECTIONID w/ exceptions if field has no value
HAS_CONNECTIONID() Determine if CONNECTIONID has a value

dataSourceId

The ID of the data source.

Accessible with the following methods

Method Description
GET_DATASOURCEID() Getter for DATASOURCEID, with configurable default
ASK_DATASOURCEID() Getter for DATASOURCEID w/ exceptions if field has no value
HAS_DATASOURCEID() Determine if DATASOURCEID has a value

name

The name of the data source.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

type

The type of the data source.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

status

The status of the data source.

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

enableSetting

Specifies whether the data source is enabled.

Accessible with the following methods

Method Description
GET_ENABLESETTING() Getter for ENABLESETTING, with configurable default
ASK_ENABLESETTING() Getter for ENABLESETTING w/ exceptions if field has no value
HAS_ENABLESETTING() Determine if ENABLESETTING has a value

schedule

schedule

Accessible with the following methods

Method Description
GET_SCHEDULE() Getter for SCHEDULE

lastRunStatus

The status of the last data source run.

Accessible with the following methods

Method Description
GET_LASTRUNSTATUS() Getter for LASTRUNSTATUS, with configurable default
ASK_LASTRUNSTATUS() Getter for LASTRUNSTATUS w/ exceptions if field has no value
HAS_LASTRUNSTATUS() Determine if LASTRUNSTATUS has a value

lastRunAt

The timestamp of when the data source run was last performed.

Accessible with the following methods

Method Description
GET_LASTRUNAT() Getter for LASTRUNAT, with configurable default
ASK_LASTRUNAT() Getter for LASTRUNAT w/ exceptions if field has no value
HAS_LASTRUNAT() Determine if LASTRUNAT has a value

lastRunErrorMessage

lastRunErrorMessage

Accessible with the following methods

Method Description
GET_LASTRUNERRORMESSAGE() Getter for LASTRUNERRORMESSAGE

lastRunAssetCount

The count of the assets created during the last data source run.

Accessible with the following methods

Method Description
GET_LASTRUNASSETCOUNT() Getter for LASTRUNASSETCOUNT, with configurable default
ASK_LASTRUNASSETCOUNT() Getter for LASTRUNASSETCOUNT w/ exceptions if field has no v
HAS_LASTRUNASSETCOUNT() Determine if LASTRUNASSETCOUNT has a value

createdAt

The timestamp of when the data source was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp of when the data source was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

description

The data source description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DATASOURCESUMMARIES

TYPES TT_DATASOURCESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNDATASOURCESUMMARY WITH DEFAULT KEY
.