Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsOpenSearchServiceDomainVpcOptionsDetails

import type { AwsOpenSearchServiceDomainVpcOptionsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains information that OpenSearch Service derives based on the VPCOptions for the domain.

interface AwsOpenSearchServiceDomainVpcOptionsDetails {
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
}

§Properties

§
SecurityGroupIds?: string[] | null
[src]

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

§
SubnetIds?: string[] | null
[src]

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