Skip to content

/AWS1/CL_BDDDATAAUTOLIBRARY

Contains the information of a DataAutomationLibrary.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_libraryarn TYPE /AWS1/BDDDATAAUTOLIBRARYARN /AWS1/BDDDATAAUTOLIBRARYARN

ARN generated at the server side when a DataAutomationLibrary is created

iv_creationtime TYPE /AWS1/BDDDATETIMESTAMP /AWS1/BDDDATETIMESTAMP

Time Stamp

iv_libraryname TYPE /AWS1/BDDDATAAUTOLIBRARYNAME /AWS1/BDDDATAAUTOLIBRARYNAME

Name of the DataAutomationLibrary

iv_status TYPE /AWS1/BDDDATAAUTOLIBRARYSTATUS /AWS1/BDDDATAAUTOLIBRARYSTATUS

Status of DataAutomationLibrary

Optional arguments:

iv_librarydescription TYPE /AWS1/BDDDATAAUTOLIBRARYDESC /AWS1/BDDDATAAUTOLIBRARYDESC

Description of the DataAutomationLibrary

it_entitytypes TYPE /AWS1/CL_BDDENTITYTYPEINFO=>TT_ENTITYTYPEINFOLIST TT_ENTITYTYPEINFOLIST

List of info for each entity type in the DataAutomationLibrary

iv_kmskeyid TYPE /AWS1/BDDKMSKEYID /AWS1/BDDKMSKEYID

KMS Key Identifier

it_kmsencryptioncontext TYPE /AWS1/CL_BDDKMSENCCONTEXT_W=>TT_KMSENCRYPTIONCONTEXT TT_KMSENCRYPTIONCONTEXT

KMS Encryption Context


Queryable Attributes

libraryArn

ARN generated at the server side when a DataAutomationLibrary is created

Accessible with the following methods

Method Description
GET_LIBRARYARN() Getter for LIBRARYARN, with configurable default
ASK_LIBRARYARN() Getter for LIBRARYARN w/ exceptions if field has no value
HAS_LIBRARYARN() Determine if LIBRARYARN has a value

creationTime

Time Stamp

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

libraryName

Name of the DataAutomationLibrary

Accessible with the following methods

Method Description
GET_LIBRARYNAME() Getter for LIBRARYNAME, with configurable default
ASK_LIBRARYNAME() Getter for LIBRARYNAME w/ exceptions if field has no value
HAS_LIBRARYNAME() Determine if LIBRARYNAME has a value

libraryDescription

Description of the DataAutomationLibrary

Accessible with the following methods

Method Description
GET_LIBRARYDESCRIPTION() Getter for LIBRARYDESCRIPTION, with configurable default
ASK_LIBRARYDESCRIPTION() Getter for LIBRARYDESCRIPTION w/ exceptions if field has no
HAS_LIBRARYDESCRIPTION() Determine if LIBRARYDESCRIPTION has a value

status

Status of DataAutomationLibrary

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

entityTypes

List of info for each entity type in the DataAutomationLibrary

Accessible with the following methods

Method Description
GET_ENTITYTYPES() Getter for ENTITYTYPES, with configurable default
ASK_ENTITYTYPES() Getter for ENTITYTYPES w/ exceptions if field has no value
HAS_ENTITYTYPES() Determine if ENTITYTYPES has a value

kmsKeyId

KMS Key Identifier

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

kmsEncryptionContext

KMS Encryption Context

Accessible with the following methods

Method Description
GET_KMSENCRYPTIONCONTEXT() Getter for KMSENCRYPTIONCONTEXT, with configurable default
ASK_KMSENCRYPTIONCONTEXT() Getter for KMSENCRYPTIONCONTEXT w/ exceptions if field has n
HAS_KMSENCRYPTIONCONTEXT() Determine if KMSENCRYPTIONCONTEXT has a value