You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::VPCOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VPCOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  subnet_ids: ["String"],
  security_group_ids: ["String"],
}

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

Specifies the security groups for VPC endpoint.

Returns:

  • (Array<String>)

    Specifies the security groups for VPC endpoint.

#subnet_idsArray<String>

Specifies the subnets for VPC endpoint.

Returns:

  • (Array<String>)

    Specifies the subnets for VPC endpoint.