/AWS1/CL_IN2CNCTCANCONFITEM¶
Represents a scan configuration and the connectors it applies to. Returned in the results of a ListConnectorScanConfigurations request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_awsconfigconnectorarn TYPE /AWS1/IN2AWSCONFIGCONNECTORARN /AWS1/IN2AWSCONFIGCONNECTORARN¶
The ARN of the Amazon Web Services Config connector.
it_connectorarns TYPE /AWS1/CL_IN2CONNECTORARNLIST_W=>TT_CONNECTORARNLIST TT_CONNECTORARNLIST¶
The list of connector ARNs associated with this Amazon Web Services Config connector.
io_scanconfiguration TYPE REF TO /AWS1/CL_IN2CONNECTORSCANCONF /AWS1/CL_IN2CONNECTORSCANCONF¶
The scan configuration settings.
Queryable Attributes¶
awsConfigConnectorArn¶
The ARN of the Amazon Web Services Config connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSCONFIGCONNECTORARN() |
Getter for AWSCONFIGCONNECTORARN, with configurable default |
ASK_AWSCONFIGCONNECTORARN() |
Getter for AWSCONFIGCONNECTORARN w/ exceptions if field has |
HAS_AWSCONFIGCONNECTORARN() |
Determine if AWSCONFIGCONNECTORARN has a value |
connectorArns¶
The list of connector ARNs associated with this Amazon Web Services Config connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORARNS() |
Getter for CONNECTORARNS, with configurable default |
ASK_CONNECTORARNS() |
Getter for CONNECTORARNS w/ exceptions if field has no value |
HAS_CONNECTORARNS() |
Determine if CONNECTORARNS has a value |
scanConfiguration¶
The scan configuration settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANCONFIGURATION() |
Getter for SCANCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONNECTORSCANCONFITEMLIST¶
TYPES TT_CONNECTORSCANCONFITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CNCTCANCONFITEM WITH DEFAULT KEY
.