CreateNetworkConnectorRequest
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request with the same client token, the API returns the existing connector without creating a duplicate.
Link copied to clipboard
The network configuration for the connector. Specify a VpcEgressConfiguration to enable outbound traffic routing through your VPC.
Link copied to clipboard
The ARN of the IAM role that Lambda assumes to manage elastic network interfaces in your VPC. This role must have permissions for ec2:CreateNetworkInterface, ec2:DeleteNetworkInterface, and related describe operations.
Functions
Link copied to clipboard
inline fun copy(block: CreateNetworkConnectorRequest.Builder.() -> Unit = {}): CreateNetworkConnectorRequest