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

DescribeCompanyNetworkConfigurationResponse

import type { DescribeCompanyNetworkConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface DescribeCompanyNetworkConfigurationResponse {
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
VpcId?: string | null;
}

§Properties

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

The security groups associated with access to the provided subnets.

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

The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

§
VpcId?: string | null
[src]

The VPC with connectivity to associated websites.