Skip to content

/AWS1/CL_LMCGETNETWORKCNCTRRSP

GetNetworkConnectorResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/LMCNETWORKCONNECTORARN /AWS1/LMCNETWORKCONNECTORARN

The Amazon Resource Name (ARN) of the network connector.

iv_name TYPE /AWS1/LMCNETWORKCONNECTORNAME /AWS1/LMCNETWORKCONNECTORNAME

The name of the network connector.

iv_id TYPE /AWS1/LMCNETWORKCONNECTORID /AWS1/LMCNETWORKCONNECTORID

The unique identifier for a network connector, assigned by the service at creation time

Optional arguments:

iv_version TYPE /AWS1/LMCNETWORKCNCTRVERSION /AWS1/LMCNETWORKCNCTRVERSION

The version number of the connector configuration, incremented on each update.

io_configuration TYPE REF TO /AWS1/CL_LMCNETWORKCNCTRCONF /AWS1/CL_LMCNETWORKCNCTRCONF

The network configuration of the connector, including VPC subnets and security groups.

iv_operatorrole TYPE /AWS1/LMCNETWORKCNCTRROLEARN /AWS1/LMCNETWORKCNCTRROLEARN

The ARN of the IAM role that Lambda uses to manage the underlying ENI resources for this connector.

iv_state TYPE /AWS1/LMCNETWORKCONNECTORSTATE /AWS1/LMCNETWORKCONNECTORSTATE

The current state of the network connector.

iv_statereason TYPE /AWS1/LMCSTRING /AWS1/LMCSTRING

A human-readable explanation of the current state, populated when the state is FAILED or DELETE_FAILED.

iv_statereasoncode TYPE /AWS1/LMCNETWORKCNCTTATERC /AWS1/LMCNETWORKCNCTTATERC

A machine-readable code indicating the reason for the current state. Use this for programmatic error handling.

iv_lastupdatestatus TYPE /AWS1/LMCNETCNCTRLASTUPDSTATUS /AWS1/LMCNETCNCTRLASTUPDSTATUS

The status of the most recent update operation (Successful, Failed, or InProgress).

iv_lastupdatestatusreason TYPE /AWS1/LMCNETCNRLASTUPTATUSRSN /AWS1/LMCNETCNRLASTUPTATUSRSN

A human-readable explanation of the last update status.

iv_lastupdatestatusrc TYPE /AWS1/LMCNETCNCTRLASTUPDSTATRC /AWS1/LMCNETCNCTRLASTUPDSTATRC

A machine-readable code indicating the reason for the last update status. Use this for programmatic error handling.

iv_lastmodified TYPE /AWS1/LMCCORETIMESTAMP /AWS1/LMCCORETIMESTAMP

The date and time when the connector configuration was last modified.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the network 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 network 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

Id

The unique identifier for a network connector, assigned by the service at creation time

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Version

The version number of the connector configuration, incremented on each update.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

Configuration

The network configuration of the connector, including VPC subnets and security groups.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION

OperatorRole

The ARN of the IAM role that Lambda uses to manage the underlying ENI resources for this connector.

Accessible with the following methods

Method Description
GET_OPERATORROLE() Getter for OPERATORROLE, with configurable default
ASK_OPERATORROLE() Getter for OPERATORROLE w/ exceptions if field has no value
HAS_OPERATORROLE() Determine if OPERATORROLE has a value

State

The current state of the network connector.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

StateReason

A human-readable explanation of the current state, populated when the state is FAILED or DELETE_FAILED.

Accessible with the following methods

Method Description
GET_STATEREASON() Getter for STATEREASON, with configurable default
ASK_STATEREASON() Getter for STATEREASON w/ exceptions if field has no value
HAS_STATEREASON() Determine if STATEREASON has a value

StateReasonCode

A machine-readable code indicating the reason for the current state. Use this for programmatic error handling.

Accessible with the following methods

Method Description
GET_STATEREASONCODE() Getter for STATEREASONCODE, with configurable default
ASK_STATEREASONCODE() Getter for STATEREASONCODE w/ exceptions if field has no val
HAS_STATEREASONCODE() Determine if STATEREASONCODE has a value

LastUpdateStatus

The status of the most recent update operation (Successful, Failed, or InProgress).

Accessible with the following methods

Method Description
GET_LASTUPDATESTATUS() Getter for LASTUPDATESTATUS, with configurable default
ASK_LASTUPDATESTATUS() Getter for LASTUPDATESTATUS w/ exceptions if field has no va
HAS_LASTUPDATESTATUS() Determine if LASTUPDATESTATUS has a value

LastUpdateStatusReason

A human-readable explanation of the last update status.

Accessible with the following methods

Method Description
GET_LASTUPDATESTATUSREASON() Getter for LASTUPDATESTATUSREASON, with configurable default
ASK_LASTUPDATESTATUSREASON() Getter for LASTUPDATESTATUSREASON w/ exceptions if field has
HAS_LASTUPDATESTATUSREASON() Determine if LASTUPDATESTATUSREASON has a value

LastUpdateStatusReasonCode

A machine-readable code indicating the reason for the last update status. Use this for programmatic error handling.

Accessible with the following methods

Method Description
GET_LASTUPDATESTATUSRC() Getter for LASTUPDATESTATUSREASONCODE, with configurable def
ASK_LASTUPDATESTATUSRC() Getter for LASTUPDATESTATUSREASONCODE w/ exceptions if field
HAS_LASTUPDATESTATUSRC() Determine if LASTUPDATESTATUSREASONCODE has a value

LastModified

The date and time when the connector configuration was last modified.

Accessible with the following methods

Method Description
GET_LASTMODIFIED() Getter for LASTMODIFIED, with configurable default
ASK_LASTMODIFIED() Getter for LASTMODIFIED w/ exceptions if field has no value
HAS_LASTMODIFIED() Determine if LASTMODIFIED has a value