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

CreateIntegrationWorkflowRequest

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

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
IntegrationConfig: IntegrationConfig
[src]

Configuration data for integration workflow.

§
ObjectTypeName: string
[src]

The name of the profile object type.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.

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

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

§
WorkflowType: WorkflowType
[src]

The type of workflow. The only supported value is APPFLOW_INTEGRATION.