Skip to content

/AWS1/CL_IN2CONNECTOR

Describes a connector that links an external cloud provider to Amazon Inspector for vulnerability scanning.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectorarn TYPE /AWS1/IN2CONNECTORARN /AWS1/IN2CONNECTORARN

The Amazon Resource Name (ARN) of the connector.

iv_provider TYPE /AWS1/IN2CNCTRCLOUDPROVIDER /AWS1/IN2CNCTRCLOUDPROVIDER

The cloud provider for the connector.

iv_createdat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The date and time when the connector was created.

iv_updatedat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The date and time when the connector was last updated.

Optional arguments:

iv_name TYPE /AWS1/IN2CONNECTORNAME /AWS1/IN2CONNECTORNAME

The name of the connector.

iv_description TYPE /AWS1/IN2CONNECTORDESCRIPTION /AWS1/IN2CONNECTORDESCRIPTION

A description of the connector.

iv_enablementstatus TYPE /AWS1/IN2ENABLEMENTSTATUS /AWS1/IN2ENABLEMENTSTATUS

The enablement status of the connector, which indicates whether the connector is active and scanning resources.

iv_enablementstatusreason TYPE /AWS1/IN2STRING /AWS1/IN2STRING

Additional information about the current enablement status of the connector.

io_health TYPE REF TO /AWS1/CL_IN2CONNECTORHEALTH /AWS1/CL_IN2CONNECTORHEALTH

The health of the connector, which indicates whether Amazon Inspector can reach and scan the connected resources.

it_azureregions TYPE /AWS1/CL_IN2AZUREREGIONLIST_W=>TT_AZUREREGIONLIST TT_AZUREREGIONLIST

The Azure regions configured for the connector.

iv_awsconfigconnectorarn TYPE /AWS1/IN2AWSCONFIGCONNECTORARN /AWS1/IN2AWSCONFIGCONNECTORARN

The ARN of the Amazon Web Services Config connector associated with this connector.

io_scopeconfiguration TYPE REF TO /AWS1/CL_IN2AZURESCOPECONF /AWS1/CL_IN2AZURESCOPECONF

The Azure scope configuration for the connector.

it_tags TYPE /AWS1/CL_IN2CONNECTORTAGMAP_W=>TT_CONNECTORTAGMAP TT_CONNECTORTAGMAP

The tags associated with the connector.

iv_autoinstallvmscanner TYPE /AWS1/IN2BOOLEAN /AWS1/IN2BOOLEAN

Specifies whether the VM scanner is automatically installed on connected resources.


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

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

A 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

provider

The cloud provider for the connector.

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

enablementStatus

The enablement status of the connector, which indicates whether the connector is active and scanning resources.

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

Additional information about the current enablement status of the connector.

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

health

The health of the connector, which indicates whether Amazon Inspector can reach and scan the connected resources.

Accessible with the following methods

Method Description
GET_HEALTH() Getter for HEALTH

createdAt

The date and time 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

updatedAt

The date and time when the connector was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

azureRegions

The Azure regions configured for the connector.

Accessible with the following methods

Method Description
GET_AZUREREGIONS() Getter for AZUREREGIONS, with configurable default
ASK_AZUREREGIONS() Getter for AZUREREGIONS w/ exceptions if field has no value
HAS_AZUREREGIONS() Determine if AZUREREGIONS has a value

awsConfigConnectorArn

The ARN of the Amazon Web Services Config connector associated with this 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

scopeConfiguration

The Azure scope configuration for the connector.

Accessible with the following methods

Method Description
GET_SCOPECONFIGURATION() Getter for SCOPECONFIGURATION

tags

The tags associated with the connector.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

autoInstallVMScanner

Specifies whether the VM scanner is automatically installed on connected resources.

Accessible with the following methods

Method Description
GET_AUTOINSTALLVMSCANNER() Getter for AUTOINSTALLVMSCANNER, with configurable default
ASK_AUTOINSTALLVMSCANNER() Getter for AUTOINSTALLVMSCANNER w/ exceptions if field has n
HAS_AUTOINSTALLVMSCANNER() Determine if AUTOINSTALLVMSCANNER 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_CONNECTORLIST

TYPES TT_CONNECTORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CONNECTOR WITH DEFAULT KEY
.