PrivateLinkConfig

Specifies how your DataSync agent connects to Amazon Web Services using a virtual private cloud (VPC) service endpoint. An agent that uses a VPC endpoint isn't accessible over the public internet.

Types

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

Properties

Link copied to clipboard

Specifies the VPC endpoint provided by Amazon Web Services PrivateLink that your agent connects to.

Link copied to clipboard

Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.

Link copied to clipboard

Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.

Link copied to clipboard

Specifies the ID of the VPC endpoint that your agent connects to.

Functions

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