You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataSync::Types::PrivateLinkConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in a VPC (Virtual Private Cloud).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An agent that is configured with this endpoint will not be accessible over the public internet.

Returns:

  • (String)

    The private endpoint that is configured for an agent that has access to IP addresses in a [PrivateLink][1].

#security_group_arnsArray<String>

The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.

#subnet_arnsArray<String>

The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.

#vpc_endpoint_idString

The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public internet.

Returns:

  • (String)

    The ID of the VPC endpoint that is configured for an agent.