Class: Aws::RedshiftServerless::Types::VpcEndpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

The connection endpoint for connecting to Amazon Redshift Serverless 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:



2737
2738
2739
2740
2741
2742
2743
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2737

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

#vpc_endpoint_idString

The connection endpoint ID for connecting to Amazon Redshift Serverless.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2737

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

#vpc_idString

The VPC identifier that the endpoint is associated with.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2737

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