/AWS1/CL_SHBCONNECTORSUMMARY¶
A condensed overview of the connectorV2..
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_connectorid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The UUID of the connectorV2 to identify connectorV2 resource.
iv_name TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Name field contains the user-defined name assigned to the integration connector. This helps identify and manage multiple connectors within Security Hub.
io_providersummary TYPE REF TO /AWS1/CL_SHBPROVIDERSUMMARY /AWS1/CL_SHBPROVIDERSUMMARY¶
The connectorV2 third party provider configuration summary.
iv_createdat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP¶
ISO 8601 UTC timestamp for the time create the connectorV2.
Optional arguments:¶
iv_connectorarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the connectorV2.
iv_description TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The description of the connectorV2.
iv_enablementstatus TYPE /AWS1/SHBENABLEMENTSTATUS /AWS1/SHBENABLEMENTSTATUS¶
The enablement status of the connector.
iv_enablementstatusreason TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The reason for the current enablement status. Provides additional context when the connector is in a failed state.
Queryable Attributes¶
ConnectorArn¶
The Amazon Resource Name (ARN) of the connectorV2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORARN() |
Getter for CONNECTORARN, with configurable default |
ASK_CONNECTORARN() |
Getter for CONNECTORARN w/ exceptions if field has no value |
HAS_CONNECTORARN() |
Determine if CONNECTORARN has a value |
ConnectorId¶
The UUID of the connectorV2 to identify connectorV2 resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORID() |
Getter for CONNECTORID, with configurable default |
ASK_CONNECTORID() |
Getter for CONNECTORID w/ exceptions if field has no value |
HAS_CONNECTORID() |
Determine if CONNECTORID has a value |
Name¶
The Name field contains the user-defined name assigned to the integration connector. This helps identify and manage multiple connectors within Security Hub.
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 |
Description¶
The description of the connectorV2.
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 |
ProviderSummary¶
The connectorV2 third party provider configuration summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERSUMMARY() |
Getter for PROVIDERSUMMARY |
CreatedAt¶
ISO 8601 UTC timestamp for the time create the connectorV2.
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 |
EnablementStatus¶
The enablement status of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEMENTSTATUS() |
Getter for ENABLEMENTSTATUS, with configurable default |
ASK_ENABLEMENTSTATUS() |
Getter for ENABLEMENTSTATUS w/ exceptions if field has no va |
HAS_ENABLEMENTSTATUS() |
Determine if ENABLEMENTSTATUS has a value |
EnablementStatusReason¶
The reason for the current enablement status. Provides additional context when the connector is in a failed state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEMENTSTATUSREASON() |
Getter for ENABLEMENTSTATUSREASON, with configurable default |
ASK_ENABLEMENTSTATUSREASON() |
Getter for ENABLEMENTSTATUSREASON w/ exceptions if field has |
HAS_ENABLEMENTSTATUSREASON() |
Determine if ENABLEMENTSTATUSREASON 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_CONNECTORSUMMARYLIST¶
TYPES TT_CONNECTORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBCONNECTORSUMMARY WITH DEFAULT KEY
.