class Aws::SecurityHub::Types::AwsElasticsearchDomainVPCOptions

Information that Elasticsearch derives based on `VPCOptions` for the domain.

@note When making an API call, you may pass AwsElasticsearchDomainVPCOptions

data as a hash:

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

@!attribute [rw] availability_zones

The list of Availability Zones associated with the VPC subnets.
@return [Array<String>]

@!attribute [rw] security_group_ids

The list of security group IDs associated with the VPC endpoints for
the domain.
@return [Array<String>]

@!attribute [rw] subnet_ids

A list of subnet IDs associated with the VPC endpoints for the
domain.
@return [Array<String>]

@!attribute [rw] vpc_id

ID for the VPC.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticsearchDomainVPCOptions AWS API Documentation

Constants

SENSITIVE