Skip to content

/AWS1/CL_LMCCREATENETCNCTRRSP

CreateNetworkConnectorResponse

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:

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.


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

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