Class: Aws::EC2::Types::VpcEndpointConnection
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::VpcEndpointConnection
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a VPC endpoint connection to a service.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the VPC endpoint was created. 
- 
  
    
      #dns_entries  ⇒ Array<Types::DnsEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The DNS entries for the VPC endpoint. 
- 
  
    
      #gateway_load_balancer_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service. 
- 
  
    
      #ip_address_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IP address type for the endpoint. 
- 
  
    
      #network_load_balancer_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Names (ARNs) of the network load balancers for the service. 
- 
  
    
      #service_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the service to which the endpoint is connected. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags. 
- 
  
    
      #vpc_endpoint_connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the VPC endpoint connection. 
- 
  
    
      #vpc_endpoint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the VPC endpoint. 
- 
  
    
      #vpc_endpoint_owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Web Services account that owns the VPC endpoint. 
- 
  
    
      #vpc_endpoint_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Region of the endpoint. 
- 
  
    
      #vpc_endpoint_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the VPC endpoint. 
Instance Attribute Details
#creation_timestamp ⇒ Time
The date and time that the VPC endpoint was created.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#dns_entries ⇒ Array<Types::DnsEntry>
The DNS entries for the VPC endpoint.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#gateway_load_balancer_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#ip_address_type ⇒ String
The IP address type for the endpoint.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#network_load_balancer_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the network load balancers for the service.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#service_id ⇒ String
The ID of the service to which the endpoint is connected.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
The tags.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoint_connection_id ⇒ String
The ID of the VPC endpoint connection.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoint_owner ⇒ String
The ID of the Amazon Web Services account that owns the VPC endpoint.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoint_region ⇒ String
The Region of the endpoint.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoint_state ⇒ String
The state of the VPC endpoint.
| 80160 80161 80162 80163 80164 80165 80166 80167 80168 80169 80170 80171 80172 80173 80174 80175 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80160 class VpcEndpointConnection < Struct.new( :service_id, :vpc_endpoint_id, :vpc_endpoint_owner, :vpc_endpoint_state, :creation_timestamp, :dns_entries, :network_load_balancer_arns, :gateway_load_balancer_arns, :ip_address_type, :vpc_endpoint_connection_id, :tags, :vpc_endpoint_region) SENSITIVE = [] include Aws::Structure end |