Class: Aws::EC2::Types::VpcEndpointConnection

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timestampTime

The date and time that the VPC endpoint was created.

Returns:

  • (Time)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#dns_entriesArray<Types::DnsEntry>

The DNS entries for the VPC endpoint.

Returns:



68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_load_balancer_arnsArray<String>

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

Returns:

  • (Array<String>)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The IP address type for the endpoint.

Returns:

  • (String)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#network_load_balancer_arnsArray<String>

The Amazon Resource Names (ARNs) of the network load balancers for the service.

Returns:

  • (Array<String>)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The ID of the service to which the endpoint is connected.

Returns:

  • (String)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_connection_idString

The ID of the VPC endpoint connection.

Returns:

  • (String)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_ownerString

The ID of the Amazon Web Services account that owns the VPC endpoint.

Returns:

  • (String)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_stateString

The state of the VPC endpoint.

Returns:

  • (String)


68055
68056
68057
68058
68059
68060
68061
68062
68063
68064
68065
68066
68067
68068
68069
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68055

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)
  SENSITIVE = []
  include Aws::Structure
end