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

DataIntegrationSummary

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

Summary information about the DataIntegration.

interface DataIntegrationSummary {
Arn?: string | null;
Name?: string | null;
SourceURI?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the DataIntegration.

§
Name?: string | null
[src]

The name of the DataIntegration.

§
SourceURI?: string | null
[src]

The URI of the data source.