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

UpdateCompanyNetworkConfigurationRequest

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

§Properties

§
FleetArn: string
[src]

The ARN of the fleet.

§
SecurityGroupIds: string[]
[src]

The security groups associated with access to the provided subnets.

§
SubnetIds: string[]
[src]

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

§
VpcId: string
[src]

The VPC with connectivity to associated websites.