Class: Aws::Finspace::Types::VpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::VpcConfiguration
- 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
-
#ip_address_type ⇒ String
The IP address type for cluster network configuration parameters.
-
#security_group_ids ⇒ Array<String>
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
-
#subnet_ids ⇒ Array<String>
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
-
#vpc_id ⇒ String
The identifier of the VPC endpoint.
Instance Attribute Details
#ip_address_type ⇒ String
The IP address type for cluster network configuration parameters. The following type is available:
- IP_V4 – IP address version 4
^
5637 5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5637 class VpcConfiguration < Struct.new( :vpc_id, :security_group_ids, :subnet_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
5637 5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5637 class VpcConfiguration < Struct.new( :vpc_id, :security_group_ids, :subnet_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
5637 5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5637 class VpcConfiguration < Struct.new( :vpc_id, :security_group_ids, :subnet_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC endpoint.
5637 5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5637 class VpcConfiguration < Struct.new( :vpc_id, :security_group_ids, :subnet_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |