Class: Aws::OpenSearchService::Types::VPCDerivedInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::VPCDerivedInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Information about the subnets and security groups for an Amazon OpenSearch Service domain provisioned within a virtual private cloud (VPC). For more information, see [Launching your Amazon OpenSearch Service domains using a VPC]. This information only exists if the domain was created with ‘VPCOptions`.
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<String>
The list of Availability Zones associated with the VPC subnets.
-
#security_group_ids ⇒ Array<String>
The list of security group IDs associated with the VPC endpoints for the domain.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs associated with the VPC endpoints for the domain.
-
#vpc_id ⇒ String
The ID for your VPC.
Instance Attribute Details
#availability_zones ⇒ Array<String>
The list of Availability Zones associated with the VPC subnets.
7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7607 class VPCDerivedInfo < Struct.new( :vpc_id, :subnet_ids, :availability_zones, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The list of security group IDs associated with the VPC endpoints for the domain.
7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7607 class VPCDerivedInfo < Struct.new( :vpc_id, :subnet_ids, :availability_zones, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs associated with the VPC endpoints for the domain.
7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7607 class VPCDerivedInfo < Struct.new( :vpc_id, :subnet_ids, :availability_zones, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID for your VPC. Amazon VPC generates this value when you create a VPC.
7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7607 class VPCDerivedInfo < Struct.new( :vpc_id, :subnet_ids, :availability_zones, :security_group_ids) SENSITIVE = [] include Aws::Structure end |