class Aws::OpenSearchService::Types::VPCOptions

Options to specify the subnets and security groups for the VPC endpoint. For more information, see [ Launching your Amazon OpenSearch Service domains using a VPC].

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html

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

data as a hash:

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

@!attribute [rw] subnet_ids

The subnets for the VPC endpoint.
@return [Array<String>]

@!attribute [rw] security_group_ids

The security groups for the VPC endpoint.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/VPCOptions AWS API Documentation

Constants

SENSITIVE