Skip to content

/AWS1/CL_CFSCONNECTORSUMMARY

A summary of a connector.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/CFSAMAZONRESOURCENAME /AWS1/CFSAMAZONRESOURCENAME

The Amazon Resource Name (ARN) of the connector.

iv_name TYPE /AWS1/CFSCONNECTORNAME /AWS1/CFSCONNECTORNAME

The name of the connector.

iv_provider TYPE /AWS1/CFSPROVIDER /AWS1/CFSPROVIDER

The third-party cloud service provider. Currently, AZURE is supported.

iv_tenantidentifier TYPE /AWS1/CFSAZURETENANTIDENTIFIER /AWS1/CFSAZURETENANTIDENTIFIER

The Azure tenant identifier for the connector.

iv_createdtime TYPE /AWS1/CFSDATE /AWS1/CFSDATE

The date and time that the connector was created.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the connector.

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

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

provider

The third-party cloud service provider. Currently, AZURE is supported.

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

tenantIdentifier

The Azure tenant identifier for the connector.

Accessible with the following methods

Method Description
GET_TENANTIDENTIFIER() Getter for TENANTIDENTIFIER, with configurable default
ASK_TENANTIDENTIFIER() Getter for TENANTIDENTIFIER w/ exceptions if field has no va
HAS_TENANTIDENTIFIER() Determine if TENANTIDENTIFIER has a value

createdTime

The date and time that the connector was created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME 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_CONNECTORSUMMARIES

TYPES TT_CONNECTORSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSCONNECTORSUMMARY WITH DEFAULT KEY
.