Skip to content

/AWS1/CL_BDOVRSCREATEDBYSOURCE

The source that created a configuration bundle version.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The name of the source (for example, user, optimization-job, or system).

Optional arguments:

iv_arn TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).


Queryable Attributes

name

The name of the source (for example, user, optimization-job, or system).

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

arn

The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).

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