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

VpcConfigurationUpdate

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

Describes updates to the VPC configuration used by the application.

interface VpcConfigurationUpdate {
SecurityGroupIdUpdates?: string[] | null;
SubnetIdUpdates?: string[] | null;
VpcConfigurationId: string;
}

§Properties

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

Describes updates to the array of SecurityGroup IDs used by the VPC configuration.

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

Describes updates to the array of Subnet IDs used by the VPC configuration.

§
VpcConfigurationId: string
[src]

Describes an update to the ID of the VPC configuration.