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

ApplicationSource

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

Represents an application source.

interface ApplicationSource {
CloudFormationStackARN?: string | null;
TagFilters?: TagFilter[] | null;
}

§Properties

§
CloudFormationStackARN?: string | null
[src]

The Amazon Resource Name (ARN) of a AWS CloudFormation stack.

§
TagFilters?: TagFilter[] | null
[src]

A set of tags (up to 50).