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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


3119
3120
3121
3122
3123
3124
3125
3126
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3119

class PrivateLinkConfig < Struct.new(
  :vpc_endpoint_id,
  :private_link_endpoint,
  :subnet_arns,
  :security_group_arns)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


3119
3120
3121
3122
3123
3124
3125
3126
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3119

class PrivateLinkConfig < Struct.new(
  :vpc_endpoint_id,
  :private_link_endpoint,
  :subnet_arns,
  :security_group_arns)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


3119
3120
3121
3122
3123
3124
3125
3126
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3119

class PrivateLinkConfig < Struct.new(
  :vpc_endpoint_id,
  :private_link_endpoint,
  :subnet_arns,
  :security_group_arns)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3119
3120
3121
3122
3123
3124
3125
3126
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3119

class PrivateLinkConfig < Struct.new(
  :vpc_endpoint_id,
  :private_link_endpoint,
  :subnet_arns,
  :security_group_arns)
  SENSITIVE = []
  include Aws::Structure
end