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

CreateDataIntegrationRequest

import type { CreateDataIntegrationRequest } from "https://aws-api.deno.dev/v0.4/services/appintegrations.ts?docs=full";
interface CreateDataIntegrationRequest {
ClientToken?: string | null;
Description?: string | null;
KmsKey?: string | null;
Name: string;
ScheduleConfig?: ScheduleConfiguration | null;
SourceURI?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
Description?: string | null
[src]

A description of the DataIntegration.

§
KmsKey?: string | null
[src]

The KMS key for the DataIntegration.

§
Name: string
[src]

The name of the DataIntegration.

§
ScheduleConfig?: ScheduleConfiguration | null
[src]

The name of the data and how often it should be pulled from the source.

§
SourceURI?: string | null
[src]

The URI of the data source.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

One or more tags.