/AWS1/CL_REVINPUTSOURCESUMMARY¶
Contains summary information about an input source for a service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_inputsourceid TYPE /AWS1/REVINPUTSOURCEID /AWS1/REVINPUTSOURCEID¶
The unique identifier of the input source.
Optional arguments:¶
iv_type TYPE /AWS1/REVINPUTSOURCETYPE /AWS1/REVINPUTSOURCETYPE¶
The type of the input source.
it_resourcetags TYPE /AWS1/CL_REVRESOURCETAG=>TT_RESOURCETAGLIST TT_RESOURCETAGLIST¶
The resource tags used for discovery, if this input source uses tags.
iv_cfnstackarn TYPE /AWS1/REVARN /AWS1/REVARN¶
ARN identifier.
iv_tfstatefileurl TYPE /AWS1/REVS3URL /AWS1/REVS3URL¶
S3 URL — virtual hosted-style or s3:// URI.
io_eks TYPE REF TO /AWS1/CL_REVEKSSOURCE /AWS1/CL_REVEKSSOURCE¶
The Amazon EKS configuration, if this input source uses EKS.
iv_designfiles3url TYPE /AWS1/REVS3URL /AWS1/REVS3URL¶
S3 URL — virtual hosted-style or s3:// URI.
iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the input source was created.
Queryable Attributes¶
inputSourceId¶
The unique identifier of the input source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTSOURCEID() |
Getter for INPUTSOURCEID, with configurable default |
ASK_INPUTSOURCEID() |
Getter for INPUTSOURCEID w/ exceptions if field has no value |
HAS_INPUTSOURCEID() |
Determine if INPUTSOURCEID has a value |
type¶
The type of the input 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 |
resourceTags¶
The resource tags used for discovery, if this input source uses tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETAGS() |
Getter for RESOURCETAGS, with configurable default |
ASK_RESOURCETAGS() |
Getter for RESOURCETAGS w/ exceptions if field has no value |
HAS_RESOURCETAGS() |
Determine if RESOURCETAGS has a value |
cfnStackArn¶
ARN identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CFNSTACKARN() |
Getter for CFNSTACKARN, with configurable default |
ASK_CFNSTACKARN() |
Getter for CFNSTACKARN w/ exceptions if field has no value |
HAS_CFNSTACKARN() |
Determine if CFNSTACKARN has a value |
tfStateFileUrl¶
S3 URL — virtual hosted-style or s3:// URI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TFSTATEFILEURL() |
Getter for TFSTATEFILEURL, with configurable default |
ASK_TFSTATEFILEURL() |
Getter for TFSTATEFILEURL w/ exceptions if field has no valu |
HAS_TFSTATEFILEURL() |
Determine if TFSTATEFILEURL has a value |
eks¶
The Amazon EKS configuration, if this input source uses EKS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EKS() |
Getter for EKS |
designFileS3Url¶
S3 URL — virtual hosted-style or s3:// URI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIGNFILES3URL() |
Getter for DESIGNFILES3URL, with configurable default |
ASK_DESIGNFILES3URL() |
Getter for DESIGNFILES3URL w/ exceptions if field has no val |
HAS_DESIGNFILES3URL() |
Determine if DESIGNFILES3URL has a value |
createdAt¶
The timestamp when the input 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INPUTSOURCESUMMARYLIST¶
TYPES TT_INPUTSOURCESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVINPUTSOURCESUMMARY WITH DEFAULT KEY
.