EndpointDetails

The virtual private cloud (VPC) endpoint settings that are configured for your file transfer protocol-enabled server. With a VPC endpoint, you can restrict access to your server and resources only within your VPC. To control incoming internet traffic, invoke the UpdateServer API and attach an Elastic IP address to your server's endpoint.

After May 19, 2021, you won't be able to create a server using EndpointType=VPC_ENDPOINT in your Amazon Web Servicesaccount if your account hasn't already done so before May 19, 2021. If you have already created servers with EndpointType=VPC_ENDPOINT in your Amazon Web Servicesaccount on or before May 19, 2021, you will not be affected. After this date, use EndpointType=VPC.

For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.

Types

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

Properties

Link copied to clipboard

A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.

Link copied to clipboard

A list of security groups IDs that are available to attach to your server's endpoint.

Link copied to clipboard

A list of subnet IDs that are required to host your server endpoint in your VPC.

Link copied to clipboard

The identifier of the VPC endpoint.

Link copied to clipboard

The VPC identifier of the VPC in which a server's endpoint will be hosted.

Functions

Link copied to clipboard
inline fun copy(block: EndpointDetails.Builder.() -> Unit = {}): EndpointDetails
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