Skip to content

/AWS1/CL_SHBGETCNCTRRESPONSE

GetConnectorResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectorid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The unique identifier of the connector.

iv_name TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The name of the connector.

iv_createdat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP

The ISO 8601 UTC timestamp indicating when the connector was created.

iv_lastupdatedat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP

The ISO 8601 UTC timestamp indicating when the connector was last updated.

io_health TYPE REF TO /AWS1/CL_SHBCSPMHEALTHCHECK /AWS1/CL_SHBCSPMHEALTHCHECK

The health status of the connector, including connectivity status and last check time.

io_providerdetail TYPE REF TO /AWS1/CL_SHBCSPMPROVIDERDETAIL /AWS1/CL_SHBCSPMPROVIDERDETAIL

The cloud provider configuration details for the connector.

Optional arguments:

iv_connectorarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The Amazon Resource Name (ARN) of the connector.

iv_description TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The description of the connector.

iv_createdby TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The service principal that created the connector.

iv_enablementstatus TYPE /AWS1/SHBCSPMENABLEMENTSTATUS /AWS1/SHBCSPMENABLEMENTSTATUS

The enablement status of the connector.


Queryable Attributes

ConnectorArn

The Amazon Resource Name (ARN) of the connector.

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 unique identifier of the connector.

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 of the connector.

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 connector.

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

CreatedAt

The ISO 8601 UTC timestamp indicating when the connector 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

LastUpdatedAt

The ISO 8601 UTC timestamp indicating when the connector was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

Health

The health status of the connector, including connectivity status and last check time.

Accessible with the following methods

Method Description
GET_HEALTH() Getter for HEALTH

ProviderDetail

The cloud provider configuration details for the connector.

Accessible with the following methods

Method Description
GET_PROVIDERDETAIL() Getter for PROVIDERDETAIL

CreatedBy

The service principal that created the connector.

Accessible with the following methods

Method Description
GET_CREATEDBY() Getter for CREATEDBY, with configurable default
ASK_CREATEDBY() Getter for CREATEDBY w/ exceptions if field has no value
HAS_CREATEDBY() Determine if CREATEDBY 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