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

VpcConfiguration

import type { VpcConfiguration } from "https://aws-api.deno.dev/v0.3/services/codestarconnections.ts?docs=full";

The VPC configuration provisioned for the host.

interface VpcConfiguration {
SecurityGroupIds: string[];
SubnetIds: string[];
TlsCertificate?: string | null;
VpcId: string;
}

§Properties

§
SecurityGroupIds: string[]
[src]

The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

§
SubnetIds: string[]
[src]

The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

§
TlsCertificate?: string | null
[src]

The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

§
VpcId: string
[src]

The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.