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

CreateDataIntegrationResponse

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN)

§
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.

§
Id?: string | null
[src]

A unique identifier.

§
KmsKey?: string | null
[src]

The KMS key for the DataIntegration.

§
Name?: string | null
[src]

The name of the DataIntegration.

§
ScheduleConfiguration?: 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.