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

DataIntegrationAssociationSummary

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

Summary information about the DataIntegration association.

interface DataIntegrationAssociationSummary {
ClientId?: string | null;
DataIntegrationArn?: string | null;
DataIntegrationAssociationArn?: string | null;
}

§Properties

§
ClientId?: string | null
[src]

The identifier for teh client that is associated with the DataIntegration association.

§
DataIntegrationArn?: string | null
[src]

The Amazon Resource Name (ARN)of the DataIntegration.

§
DataIntegrationAssociationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the DataIntegration association.