GetNetworkConnectorResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

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

Link copied to clipboard

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

Link copied to clipboard
val id: String

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A human-readable explanation of the last update status.

Link copied to clipboard

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

Link copied to clipboard

The name of the network connector.

Link copied to clipboard

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

Link copied to clipboard

The current state of the network connector.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String