Class: Aws::Redshift::Types::VpcEndpoint

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

Overview

The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interfacesArray<Types::NetworkInterface>

One or more network interfaces of the endpoint. Also known as an interface endpoint.

Returns:



12122
12123
12124
12125
12126
12127
12128
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12122

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_id,
  :network_interfaces)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

Returns:

  • (String)


12122
12123
12124
12125
12126
12127
12128
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12122

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_id,
  :network_interfaces)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC identifier that the endpoint is associated.

Returns:

  • (String)


12122
12123
12124
12125
12126
12127
12128
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12122

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_id,
  :network_interfaces)
  SENSITIVE = []
  include Aws::Structure
end