Class: Aws::DataSync::Types::PrivateLinkConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::PrivateLinkConfig
- 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
-
#private_link_endpoint ⇒ String
The private endpoint that is configured for an agent that has access to IP addresses in a [PrivateLink][1].
-
#security_group_arns ⇒ 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_arns ⇒ 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_id ⇒ String
The ID of the VPC endpoint that is configured for an agent.
Instance Attribute Details
#private_link_endpoint ⇒ String
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.
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_arns ⇒ 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.
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_arns ⇒ 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.
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_id ⇒ String
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.
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 |