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

PutIntegrationRequest

import type { PutIntegrationRequest } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface PutIntegrationRequest {
DomainName: string;
FlowDefinition?: FlowDefinition | null;
ObjectTypeName?: string | null;
ObjectTypeNames?: {
[key: string]: string | null | undefined;
}
| null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Uri?: string | null;
}

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
FlowDefinition?: FlowDefinition | null
[src]

The configuration that controls how Customer Profiles retrieves data from the source.

§
ObjectTypeName?: string | null
[src]

The name of the profile object type.

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

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.

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

The tags used to organize, track, or control access for this resource.

§
Uri?: string | null
[src]

The URI of the S3 bucket or any other type of data source.