v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1454734.4 KB

Retrieves the current configuration, state, and metadata of a network connector. The Identifier parameter accepts the connector ID, name, or full ARN. Use this operation to poll connector state after creation or update, or to inspect the current VPC configuration and any failure reasons.

The response includes the full connector configuration, current state, and — if the connector has been updated — the LastUpdateStatus and LastUpdateStatusReasonCode fields that indicate whether the most recent update succeeded or failed.

get/2026-04-04/network-connectors/{Identifier}

Path parameters

Identifierstring required

A flexible identifier that accepts a network connector ID, name, or ARN

Response

Success

Arnstring required

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

Namestring required

The name of the network connector.

Idstring required

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

Versioninteger

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

OperatorRolestring

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

State'PENDING' | 'ACTIVE' | 'INACTIVE' | 'FAILED' | 'DELETING' | 'DELETE_FAILED'

The current state of the network connector.

StateReasonstring

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

StateReasonCode'DisallowedByVpcEncryptionControl' | 'Ec2RequestLimitExceeded' | 'InsufficientRolePermissions' | 'InternalError' | 'InvalidSecurityGroup' | 'InvalidSubnet' | 'SubnetOutOfIPAddresses'

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

LastUpdateStatus'Successful' | 'Failed' | 'InProgress'

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

LastUpdateStatusReasonstring

A human-readable explanation of the last update status.

LastUpdateStatusReasonCode'DisallowedByVpcEncryptionControl' | 'Ec2RequestLimitExceeded' | 'InsufficientRolePermissions' | 'InternalError' | 'InvalidSecurityGroup' | 'InvalidSubnet' | 'SubnetOutOfIPAddresses'

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

LastModifiedstring date-time

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