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

Class: Aws::ElasticsearchService::Types::VPCDerivedInfo

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

Overview

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

#availability_zonesArray<String>

The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

Returns:

  • (Array<String>)

    The availability zones for the Elasticsearch domain.

#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.

#vpc_idString

The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

Returns:

  • (String)

    The VPC Id for the Elasticsearch domain.