customerprofiles_create_integration_workflow: Creates an integration workflow

View source: R/customerprofiles_operations.R

customerprofiles_create_integration_workflowR Documentation

Creates an integration workflow

Description

Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.

See https://www.paws-r-sdk.com/docs/customerprofiles_create_integration_workflow/ for full documentation.

Usage

customerprofiles_create_integration_workflow(
  DomainName,
  WorkflowType,
  IntegrationConfig,
  ObjectTypeName,
  RoleArn,
  Tags = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

WorkflowType

[required] The type of workflow. The only supported value is APPFLOW_INTEGRATION.

IntegrationConfig

[required] Configuration data for integration workflow.

ObjectTypeName

[required] The name of the profile object type.

RoleArn

[required] 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

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


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.