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

AddApplicationVpcConfigurationResponse

import type { AddApplicationVpcConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface AddApplicationVpcConfigurationResponse {
ApplicationARN?: string | null;
ApplicationVersionId?: number | null;
VpcConfigurationDescription?: VpcConfigurationDescription | null;
}

§Properties

§
ApplicationARN?: string | null
[src]

The ARN of the application.

§
ApplicationVersionId?: number | null
[src]

Provides the current application version. Kinesis Data Analytics updates the ApplicationVersionId each time you update the application.

§
VpcConfigurationDescription?: VpcConfigurationDescription | null
[src]

The parameters of the new VPC configuration.