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

Class: Aws::SecurityHub::Types::AwsElasticsearchDomainVPCOptions

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

Overview

Note:

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

{
  availability_zones: ["NonEmptyString"],
  security_group_ids: ["NonEmptyString"],
  subnet_ids: ["NonEmptyString"],
  vpc_id: "NonEmptyString",
}

Information that Amazon ES derives based on VPCOptions for the domain.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

The list of Availability Zones associated with the VPC subnets.

Returns:

  • (Array<String>)

    The list of Availability Zones associated with the VPC subnets.

#security_group_idsArray<String>

The list of security group IDs associated with the VPC endpoints for the domain.

Returns:

  • (Array<String>)

    The list of security group IDs associated with the VPC endpoints for the domain.

#subnet_idsArray<String>

A list of subnet IDs associated with the VPC endpoints for the domain.

Returns:

  • (Array<String>)

    A list of subnet IDs associated with the VPC endpoints for the domain.

#vpc_idString

ID for the VPC.

Returns:

  • (String)

    ID for the VPC.