Class: Aws::Finspace::Types::VpcConfiguration

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

Overview

Configuration details about the network where the Privatelink endpoint of the cluster resides.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_typeString

The IP address type for cluster network configuration parameters. The following type is available:

  • IP_V4 – IP address version 4

^

Returns:

  • (String)


5612
5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5612

class VpcConfiguration < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnet_ids,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.

Returns:

  • (Array<String>)


5612
5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5612

class VpcConfiguration < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnet_ids,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.

Returns:

  • (Array<String>)


5612
5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5612

class VpcConfiguration < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnet_ids,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The identifier of the VPC endpoint.

Returns:

  • (String)


5612
5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5612

class VpcConfiguration < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnet_ids,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end