

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::CustomerProfiles::Integration
<a name="aws-resource-customerprofiles-integration"></a>

Specifies an Amazon Connect Customer Profiles Integration.

## Syntax
<a name="aws-resource-customerprofiles-integration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-customerprofiles-integration-syntax.json"></a>

```
{
  "Type" : "AWS::CustomerProfiles::Integration",
  "Properties" : {
      "[DomainName](#cfn-customerprofiles-integration-domainname)" : String,
      "[EventTriggerNames](#cfn-customerprofiles-integration-eventtriggernames)" : [ String, ... ],
      "[FlowDefinition](#cfn-customerprofiles-integration-flowdefinition)" : FlowDefinition,
      "[ObjectTypeName](#cfn-customerprofiles-integration-objecttypename)" : String,
      "[ObjectTypeNames](#cfn-customerprofiles-integration-objecttypenames)" : [ ObjectTypeMapping, ... ],
      "[Scope](#cfn-customerprofiles-integration-scope)" : String,
      "[Tags](#cfn-customerprofiles-integration-tags)" : [ Tag, ... ],
      "[Uri](#cfn-customerprofiles-integration-uri)" : String
    }
}
```

### YAML
<a name="aws-resource-customerprofiles-integration-syntax.yaml"></a>

```
Type: AWS::CustomerProfiles::Integration
Properties:
  [DomainName](#cfn-customerprofiles-integration-domainname): String
  [EventTriggerNames](#cfn-customerprofiles-integration-eventtriggernames): 
    - String
  [FlowDefinition](#cfn-customerprofiles-integration-flowdefinition): 
    FlowDefinition
  [ObjectTypeName](#cfn-customerprofiles-integration-objecttypename): String
  [ObjectTypeNames](#cfn-customerprofiles-integration-objecttypenames): 
    - ObjectTypeMapping
  [Scope](#cfn-customerprofiles-integration-scope): String
  [Tags](#cfn-customerprofiles-integration-tags): 
    - Tag
  [Uri](#cfn-customerprofiles-integration-uri): String
```

## Properties
<a name="aws-resource-customerprofiles-integration-properties"></a>

`DomainName`  <a name="cfn-customerprofiles-integration-domainname"></a>
The unique name of the domain.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9_-]+$`  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`EventTriggerNames`  <a name="cfn-customerprofiles-integration-eventtriggernames"></a>
A list of unique names for active event triggers associated with the integration.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 1`  
*Maximum*: `64 | 1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FlowDefinition`  <a name="cfn-customerprofiles-integration-flowdefinition"></a>
The configuration that controls how Customer Profiles retrieves data from the source.  
*Required*: No  
*Type*: [FlowDefinition](aws-properties-customerprofiles-integration-flowdefinition.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ObjectTypeName`  <a name="cfn-customerprofiles-integration-objecttypename"></a>
The name of the profile object type mapping to use.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z_][a-zA-Z_0-9-]*$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ObjectTypeNames`  <a name="cfn-customerprofiles-integration-objecttypenames"></a>
The object type mapping.  
*Required*: No  
*Type*: Array of [ObjectTypeMapping](aws-properties-customerprofiles-integration-objecttypemapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scope`  <a name="cfn-customerprofiles-integration-scope"></a>
The scope or boundary of the integration item's applicability.  
*Required*: No  
*Type*: String  
*Allowed values*: `PROFILE | DOMAIN`  
*Pattern*: `^[a-zA-Z_][a-zA-Z_0-9-]*$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-customerprofiles-integration-tags"></a>
The tags used to organize, track, or control access for this resource.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-customerprofiles-integration-tag.md)  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Uri`  <a name="cfn-customerprofiles-integration-uri"></a>
The URI of the S3 bucket or any other type of data source.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-customerprofiles-integration-return-values"></a>

### Ref
<a name="aws-resource-customerprofiles-integration-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the DomainName and the Uri of the integration.

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-customerprofiles-integration-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-customerprofiles-integration-return-values-fn--getatt-fn--getatt"></a>

`CreatedAt`  <a name="CreatedAt-fn::getatt"></a>
The timestamp of when the integration was created.

`LastUpdatedAt`  <a name="LastUpdatedAt-fn::getatt"></a>
The timestamp of when the integration was most recently edited.

## Examples
<a name="aws-resource-customerprofiles-integration--examples"></a>

The following example creates an integration if Domain existed.

### 
<a name="aws-resource-customerprofiles-integration--examples--"></a>

#### YAML
<a name="aws-resource-customerprofiles-integration--examples----yaml"></a>

```
Type: "AWS::CustomerProfiles::Integration"
Properties: 
    DomainName: "ExampleDomain" 
    ObjectTypeName: "CTR" 
    Uri: "arn:aws:connect:us-east-1:123456789012:instance/11111111-1111-1111-1111-111111111111"
```

#### JSON
<a name="aws-resource-customerprofiles-integration--examples----json"></a>

```
"Type": "AWS::CustomerProfiles::Integration", 
"Properties": { 
    "DomainName": "ExampleDomain",
    "ObjectTypeName": "CTR", 
    "Uri": "arn:aws:connect:us-east-1:123456789012:instance/11111111-1111-1111-1111-111111111111" } } }
}
```

# AWS::CustomerProfiles::Integration ConnectorOperator
<a name="aws-properties-customerprofiles-integration-connectoroperator"></a>

The operation to be performed on the provided source fields.

## Syntax
<a name="aws-properties-customerprofiles-integration-connectoroperator-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-connectoroperator-syntax.json"></a>

```
{
  "[Marketo](#cfn-customerprofiles-integration-connectoroperator-marketo)" : String,
  "[S3](#cfn-customerprofiles-integration-connectoroperator-s3)" : String,
  "[Salesforce](#cfn-customerprofiles-integration-connectoroperator-salesforce)" : String,
  "[ServiceNow](#cfn-customerprofiles-integration-connectoroperator-servicenow)" : String,
  "[Zendesk](#cfn-customerprofiles-integration-connectoroperator-zendesk)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-connectoroperator-syntax.yaml"></a>

```
  [Marketo](#cfn-customerprofiles-integration-connectoroperator-marketo): String
  [S3](#cfn-customerprofiles-integration-connectoroperator-s3): String
  [Salesforce](#cfn-customerprofiles-integration-connectoroperator-salesforce): String
  [ServiceNow](#cfn-customerprofiles-integration-connectoroperator-servicenow): String
  [Zendesk](#cfn-customerprofiles-integration-connectoroperator-zendesk): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-connectoroperator-properties"></a>

`Marketo`  <a name="cfn-customerprofiles-integration-connectoroperator-marketo"></a>
The operation to be performed on the provided Marketo source fields.  
*Required*: No  
*Type*: String  
*Allowed values*: `PROJECTION | LESS_THAN | GREATER_THAN | BETWEEN | ADDITION | MULTIPLICATION | DIVISION | SUBTRACTION | MASK_ALL | MASK_FIRST_N | MASK_LAST_N | VALIDATE_NON_NULL | VALIDATE_NON_ZERO | VALIDATE_NON_NEGATIVE | VALIDATE_NUMERIC | NO_OP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`S3`  <a name="cfn-customerprofiles-integration-connectoroperator-s3"></a>
The operation to be performed on the provided Amazon S3 source fields.  
*Required*: No  
*Type*: String  
*Allowed values*: `PROJECTION | LESS_THAN | GREATER_THAN | BETWEEN | LESS_THAN_OR_EQUAL_TO | GREATER_THAN_OR_EQUAL_TO | EQUAL_TO | NOT_EQUAL_TO | ADDITION | MULTIPLICATION | DIVISION | SUBTRACTION | MASK_ALL | MASK_FIRST_N | MASK_LAST_N | VALIDATE_NON_NULL | VALIDATE_NON_ZERO | VALIDATE_NON_NEGATIVE | VALIDATE_NUMERIC | NO_OP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Salesforce`  <a name="cfn-customerprofiles-integration-connectoroperator-salesforce"></a>
The operation to be performed on the provided Salesforce source fields.  
*Required*: No  
*Type*: String  
*Allowed values*: `PROJECTION | LESS_THAN | GREATER_THAN | CONTAINS | BETWEEN | LESS_THAN_OR_EQUAL_TO | GREATER_THAN_OR_EQUAL_TO | EQUAL_TO | NOT_EQUAL_TO | ADDITION | MULTIPLICATION | DIVISION | SUBTRACTION | MASK_ALL | MASK_FIRST_N | MASK_LAST_N | VALIDATE_NON_NULL | VALIDATE_NON_ZERO | VALIDATE_NON_NEGATIVE | VALIDATE_NUMERIC | NO_OP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ServiceNow`  <a name="cfn-customerprofiles-integration-connectoroperator-servicenow"></a>
The operation to be performed on the provided ServiceNow source fields.  
*Required*: No  
*Type*: String  
*Allowed values*: `PROJECTION | LESS_THAN | GREATER_THAN | CONTAINS | BETWEEN | LESS_THAN_OR_EQUAL_TO | GREATER_THAN_OR_EQUAL_TO | EQUAL_TO | NOT_EQUAL_TO | ADDITION | MULTIPLICATION | DIVISION | SUBTRACTION | MASK_ALL | MASK_FIRST_N | MASK_LAST_N | VALIDATE_NON_NULL | VALIDATE_NON_ZERO | VALIDATE_NON_NEGATIVE | VALIDATE_NUMERIC | NO_OP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Zendesk`  <a name="cfn-customerprofiles-integration-connectoroperator-zendesk"></a>
The operation to be performed on the provided Zendesk source fields.  
*Required*: No  
*Type*: String  
*Allowed values*: `PROJECTION | GREATER_THAN | ADDITION | MULTIPLICATION | DIVISION | SUBTRACTION | MASK_ALL | MASK_FIRST_N | MASK_LAST_N | VALIDATE_NON_NULL | VALIDATE_NON_ZERO | VALIDATE_NON_NEGATIVE | VALIDATE_NUMERIC | NO_OP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration FlowDefinition
<a name="aws-properties-customerprofiles-integration-flowdefinition"></a>

The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf of customers.

## Syntax
<a name="aws-properties-customerprofiles-integration-flowdefinition-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-flowdefinition-syntax.json"></a>

```
{
  "[Description](#cfn-customerprofiles-integration-flowdefinition-description)" : String,
  "[FlowName](#cfn-customerprofiles-integration-flowdefinition-flowname)" : String,
  "[KmsArn](#cfn-customerprofiles-integration-flowdefinition-kmsarn)" : String,
  "[SourceFlowConfig](#cfn-customerprofiles-integration-flowdefinition-sourceflowconfig)" : SourceFlowConfig,
  "[Tasks](#cfn-customerprofiles-integration-flowdefinition-tasks)" : [ Task, ... ],
  "[TriggerConfig](#cfn-customerprofiles-integration-flowdefinition-triggerconfig)" : TriggerConfig
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-flowdefinition-syntax.yaml"></a>

```
  [Description](#cfn-customerprofiles-integration-flowdefinition-description): String
  [FlowName](#cfn-customerprofiles-integration-flowdefinition-flowname): String
  [KmsArn](#cfn-customerprofiles-integration-flowdefinition-kmsarn): String
  [SourceFlowConfig](#cfn-customerprofiles-integration-flowdefinition-sourceflowconfig): 
    SourceFlowConfig
  [Tasks](#cfn-customerprofiles-integration-flowdefinition-tasks): 
    - Task
  [TriggerConfig](#cfn-customerprofiles-integration-flowdefinition-triggerconfig): 
    TriggerConfig
```

## Properties
<a name="aws-properties-customerprofiles-integration-flowdefinition-properties"></a>

`Description`  <a name="cfn-customerprofiles-integration-flowdefinition-description"></a>
A description of the flow you want to create.  
*Required*: No  
*Type*: String  
*Pattern*: `[\w!@#\-.?,\s]*`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FlowName`  <a name="cfn-customerprofiles-integration-flowdefinition-flowname"></a>
The specified name of the flow. Use underscores (\$1) or hyphens (-) only. Spaces are not allowed.  
*Required*: Yes  
*Type*: String  
*Pattern*: `[a-zA-Z0-9][\w!@#.-]+`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`KmsArn`  <a name="cfn-customerprofiles-integration-flowdefinition-kmsarn"></a>
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.  
*Required*: Yes  
*Type*: String  
*Pattern*: `arn:aws:kms:.*:[0-9]+:.*`  
*Minimum*: `20`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceFlowConfig`  <a name="cfn-customerprofiles-integration-flowdefinition-sourceflowconfig"></a>
The configuration that controls how Customer Profiles retrieves data from the source.  
*Required*: Yes  
*Type*: [SourceFlowConfig](aws-properties-customerprofiles-integration-sourceflowconfig.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tasks`  <a name="cfn-customerprofiles-integration-flowdefinition-tasks"></a>
A list of tasks that Customer Profiles performs while transferring the data in the flow run.  
*Required*: Yes  
*Type*: Array of [Task](aws-properties-customerprofiles-integration-task.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TriggerConfig`  <a name="cfn-customerprofiles-integration-flowdefinition-triggerconfig"></a>
The trigger settings that determine how and when the flow runs.  
*Required*: Yes  
*Type*: [TriggerConfig](aws-properties-customerprofiles-integration-triggerconfig.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration IncrementalPullConfig
<a name="aws-properties-customerprofiles-integration-incrementalpullconfig"></a>

Specifies the configuration used when importing incremental records from the source.

## Syntax
<a name="aws-properties-customerprofiles-integration-incrementalpullconfig-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-incrementalpullconfig-syntax.json"></a>

```
{
  "[DatetimeTypeFieldName](#cfn-customerprofiles-integration-incrementalpullconfig-datetimetypefieldname)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-incrementalpullconfig-syntax.yaml"></a>

```
  [DatetimeTypeFieldName](#cfn-customerprofiles-integration-incrementalpullconfig-datetimetypefieldname): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-incrementalpullconfig-properties"></a>

`DatetimeTypeFieldName`  <a name="cfn-customerprofiles-integration-incrementalpullconfig-datetimetypefieldname"></a>
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.  
*Required*: No  
*Type*: String  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration MarketoSourceProperties
<a name="aws-properties-customerprofiles-integration-marketosourceproperties"></a>

The properties that are applied when Marketo is being used as a source.

## Syntax
<a name="aws-properties-customerprofiles-integration-marketosourceproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-marketosourceproperties-syntax.json"></a>

```
{
  "[Object](#cfn-customerprofiles-integration-marketosourceproperties-object)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-marketosourceproperties-syntax.yaml"></a>

```
  [Object](#cfn-customerprofiles-integration-marketosourceproperties-object): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-marketosourceproperties-properties"></a>

`Object`  <a name="cfn-customerprofiles-integration-marketosourceproperties-object"></a>
The object specified in the Marketo flow source.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S+`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration ObjectTypeMapping
<a name="aws-properties-customerprofiles-integration-objecttypemapping"></a>

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.

## Syntax
<a name="aws-properties-customerprofiles-integration-objecttypemapping-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-objecttypemapping-syntax.json"></a>

```
{
  "[Key](#cfn-customerprofiles-integration-objecttypemapping-key)" : String,
  "[Value](#cfn-customerprofiles-integration-objecttypemapping-value)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-objecttypemapping-syntax.yaml"></a>

```
  [Key](#cfn-customerprofiles-integration-objecttypemapping-key): String
  [Value](#cfn-customerprofiles-integration-objecttypemapping-value): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-objecttypemapping-properties"></a>

`Key`  <a name="cfn-customerprofiles-integration-objecttypemapping-key"></a>
The key.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-customerprofiles-integration-objecttypemapping-value"></a>
The value.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z_][a-zA-Z_0-9-]*$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration S3SourceProperties
<a name="aws-properties-customerprofiles-integration-s3sourceproperties"></a>

The properties that are applied when Amazon S3 is being used as the flow source.

## Syntax
<a name="aws-properties-customerprofiles-integration-s3sourceproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-s3sourceproperties-syntax.json"></a>

```
{
  "[BucketName](#cfn-customerprofiles-integration-s3sourceproperties-bucketname)" : String,
  "[BucketPrefix](#cfn-customerprofiles-integration-s3sourceproperties-bucketprefix)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-s3sourceproperties-syntax.yaml"></a>

```
  [BucketName](#cfn-customerprofiles-integration-s3sourceproperties-bucketname): String
  [BucketPrefix](#cfn-customerprofiles-integration-s3sourceproperties-bucketprefix): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-s3sourceproperties-properties"></a>

`BucketName`  <a name="cfn-customerprofiles-integration-s3sourceproperties-bucketname"></a>
The Amazon S3 bucket name where the source files are stored.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S+`  
*Minimum*: `3`  
*Maximum*: `63`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BucketPrefix`  <a name="cfn-customerprofiles-integration-s3sourceproperties-bucketprefix"></a>
The object key for the Amazon S3 bucket in which the source files are stored.  
*Required*: No  
*Type*: String  
*Pattern*: `.*`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration SalesforceSourceProperties
<a name="aws-properties-customerprofiles-integration-salesforcesourceproperties"></a>

The properties that are applied when Salesforce is being used as a source.

## Syntax
<a name="aws-properties-customerprofiles-integration-salesforcesourceproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-salesforcesourceproperties-syntax.json"></a>

```
{
  "[EnableDynamicFieldUpdate](#cfn-customerprofiles-integration-salesforcesourceproperties-enabledynamicfieldupdate)" : Boolean,
  "[IncludeDeletedRecords](#cfn-customerprofiles-integration-salesforcesourceproperties-includedeletedrecords)" : Boolean,
  "[Object](#cfn-customerprofiles-integration-salesforcesourceproperties-object)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-salesforcesourceproperties-syntax.yaml"></a>

```
  [EnableDynamicFieldUpdate](#cfn-customerprofiles-integration-salesforcesourceproperties-enabledynamicfieldupdate): Boolean
  [IncludeDeletedRecords](#cfn-customerprofiles-integration-salesforcesourceproperties-includedeletedrecords): Boolean
  [Object](#cfn-customerprofiles-integration-salesforcesourceproperties-object): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-salesforcesourceproperties-properties"></a>

`EnableDynamicFieldUpdate`  <a name="cfn-customerprofiles-integration-salesforcesourceproperties-enabledynamicfieldupdate"></a>
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IncludeDeletedRecords`  <a name="cfn-customerprofiles-integration-salesforcesourceproperties-includedeletedrecords"></a>
Indicates whether Amazon AppFlow includes deleted files in the flow run.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Object`  <a name="cfn-customerprofiles-integration-salesforcesourceproperties-object"></a>
The object specified in the Salesforce flow source.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S+`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration ScheduledTriggerProperties
<a name="aws-properties-customerprofiles-integration-scheduledtriggerproperties"></a>

Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.

## Syntax
<a name="aws-properties-customerprofiles-integration-scheduledtriggerproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-scheduledtriggerproperties-syntax.json"></a>

```
{
  "[DataPullMode](#cfn-customerprofiles-integration-scheduledtriggerproperties-datapullmode)" : String,
  "[FirstExecutionFrom](#cfn-customerprofiles-integration-scheduledtriggerproperties-firstexecutionfrom)" : Number,
  "[ScheduleEndTime](#cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleendtime)" : Number,
  "[ScheduleExpression](#cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleexpression)" : String,
  "[ScheduleOffset](#cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleoffset)" : Integer,
  "[ScheduleStartTime](#cfn-customerprofiles-integration-scheduledtriggerproperties-schedulestarttime)" : Number,
  "[Timezone](#cfn-customerprofiles-integration-scheduledtriggerproperties-timezone)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-scheduledtriggerproperties-syntax.yaml"></a>

```
  [DataPullMode](#cfn-customerprofiles-integration-scheduledtriggerproperties-datapullmode): String
  [FirstExecutionFrom](#cfn-customerprofiles-integration-scheduledtriggerproperties-firstexecutionfrom): Number
  [ScheduleEndTime](#cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleendtime): Number
  [ScheduleExpression](#cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleexpression): String
  [ScheduleOffset](#cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleoffset): Integer
  [ScheduleStartTime](#cfn-customerprofiles-integration-scheduledtriggerproperties-schedulestarttime): Number
  [Timezone](#cfn-customerprofiles-integration-scheduledtriggerproperties-timezone): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-scheduledtriggerproperties-properties"></a>

`DataPullMode`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-datapullmode"></a>
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.  
*Required*: No  
*Type*: String  
*Allowed values*: `Incremental | Complete`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FirstExecutionFrom`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-firstexecutionfrom"></a>
Specifies the date range for the records to import from the connector in the first flow run.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScheduleEndTime`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleendtime"></a>
Specifies the scheduled end time for a scheduled-trigger flow.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScheduleExpression`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleexpression"></a>
The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).  
*Required*: Yes  
*Type*: String  
*Pattern*: `.*`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScheduleOffset`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-scheduleoffset"></a>
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.  
*Required*: No  
*Type*: Integer  
*Minimum*: `0`  
*Maximum*: `36000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScheduleStartTime`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-schedulestarttime"></a>
Specifies the scheduled start time for a scheduled-trigger flow. The value must be a date/time value in EPOCH format.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Timezone`  <a name="cfn-customerprofiles-integration-scheduledtriggerproperties-timezone"></a>
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New\$1York.  
*Required*: No  
*Type*: String  
*Pattern*: `.*`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration ServiceNowSourceProperties
<a name="aws-properties-customerprofiles-integration-servicenowsourceproperties"></a>

The properties that are applied when ServiceNow is being used as a source.

## Syntax
<a name="aws-properties-customerprofiles-integration-servicenowsourceproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-servicenowsourceproperties-syntax.json"></a>

```
{
  "[Object](#cfn-customerprofiles-integration-servicenowsourceproperties-object)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-servicenowsourceproperties-syntax.yaml"></a>

```
  [Object](#cfn-customerprofiles-integration-servicenowsourceproperties-object): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-servicenowsourceproperties-properties"></a>

`Object`  <a name="cfn-customerprofiles-integration-servicenowsourceproperties-object"></a>
The object specified in the ServiceNow flow source.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S+`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration SourceConnectorProperties
<a name="aws-properties-customerprofiles-integration-sourceconnectorproperties"></a>

Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.

## Syntax
<a name="aws-properties-customerprofiles-integration-sourceconnectorproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-sourceconnectorproperties-syntax.json"></a>

```
{
  "[Marketo](#cfn-customerprofiles-integration-sourceconnectorproperties-marketo)" : MarketoSourceProperties,
  "[S3](#cfn-customerprofiles-integration-sourceconnectorproperties-s3)" : S3SourceProperties,
  "[Salesforce](#cfn-customerprofiles-integration-sourceconnectorproperties-salesforce)" : SalesforceSourceProperties,
  "[ServiceNow](#cfn-customerprofiles-integration-sourceconnectorproperties-servicenow)" : ServiceNowSourceProperties,
  "[Zendesk](#cfn-customerprofiles-integration-sourceconnectorproperties-zendesk)" : ZendeskSourceProperties
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-sourceconnectorproperties-syntax.yaml"></a>

```
  [Marketo](#cfn-customerprofiles-integration-sourceconnectorproperties-marketo): 
    MarketoSourceProperties
  [S3](#cfn-customerprofiles-integration-sourceconnectorproperties-s3): 
    S3SourceProperties
  [Salesforce](#cfn-customerprofiles-integration-sourceconnectorproperties-salesforce): 
    SalesforceSourceProperties
  [ServiceNow](#cfn-customerprofiles-integration-sourceconnectorproperties-servicenow): 
    ServiceNowSourceProperties
  [Zendesk](#cfn-customerprofiles-integration-sourceconnectorproperties-zendesk): 
    ZendeskSourceProperties
```

## Properties
<a name="aws-properties-customerprofiles-integration-sourceconnectorproperties-properties"></a>

`Marketo`  <a name="cfn-customerprofiles-integration-sourceconnectorproperties-marketo"></a>
The properties that are applied when Marketo is being used as a source.  
*Required*: No  
*Type*: [MarketoSourceProperties](aws-properties-customerprofiles-integration-marketosourceproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`S3`  <a name="cfn-customerprofiles-integration-sourceconnectorproperties-s3"></a>
The properties that are applied when Amazon S3 is being used as the flow source.  
*Required*: No  
*Type*: [S3SourceProperties](aws-properties-customerprofiles-integration-s3sourceproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Salesforce`  <a name="cfn-customerprofiles-integration-sourceconnectorproperties-salesforce"></a>
The properties that are applied when Salesforce is being used as a source.  
*Required*: No  
*Type*: [SalesforceSourceProperties](aws-properties-customerprofiles-integration-salesforcesourceproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ServiceNow`  <a name="cfn-customerprofiles-integration-sourceconnectorproperties-servicenow"></a>
The properties that are applied when ServiceNow is being used as a source.  
*Required*: No  
*Type*: [ServiceNowSourceProperties](aws-properties-customerprofiles-integration-servicenowsourceproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Zendesk`  <a name="cfn-customerprofiles-integration-sourceconnectorproperties-zendesk"></a>
The properties that are applied when using Zendesk as a flow source.  
*Required*: No  
*Type*: [ZendeskSourceProperties](aws-properties-customerprofiles-integration-zendesksourceproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration SourceFlowConfig
<a name="aws-properties-customerprofiles-integration-sourceflowconfig"></a>

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

## Syntax
<a name="aws-properties-customerprofiles-integration-sourceflowconfig-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-sourceflowconfig-syntax.json"></a>

```
{
  "[ConnectorProfileName](#cfn-customerprofiles-integration-sourceflowconfig-connectorprofilename)" : String,
  "[ConnectorType](#cfn-customerprofiles-integration-sourceflowconfig-connectortype)" : String,
  "[IncrementalPullConfig](#cfn-customerprofiles-integration-sourceflowconfig-incrementalpullconfig)" : IncrementalPullConfig,
  "[SourceConnectorProperties](#cfn-customerprofiles-integration-sourceflowconfig-sourceconnectorproperties)" : SourceConnectorProperties
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-sourceflowconfig-syntax.yaml"></a>

```
  [ConnectorProfileName](#cfn-customerprofiles-integration-sourceflowconfig-connectorprofilename): String
  [ConnectorType](#cfn-customerprofiles-integration-sourceflowconfig-connectortype): String
  [IncrementalPullConfig](#cfn-customerprofiles-integration-sourceflowconfig-incrementalpullconfig): 
    IncrementalPullConfig
  [SourceConnectorProperties](#cfn-customerprofiles-integration-sourceflowconfig-sourceconnectorproperties): 
    SourceConnectorProperties
```

## Properties
<a name="aws-properties-customerprofiles-integration-sourceflowconfig-properties"></a>

`ConnectorProfileName`  <a name="cfn-customerprofiles-integration-sourceflowconfig-connectorprofilename"></a>
The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account.  
*Required*: No  
*Type*: String  
*Pattern*: `[\w/!@#+=.-]+`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ConnectorType`  <a name="cfn-customerprofiles-integration-sourceflowconfig-connectortype"></a>
The type of connector, such as Salesforce, Marketo, and so on.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `Salesforce | Marketo | ServiceNow | Zendesk | S3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IncrementalPullConfig`  <a name="cfn-customerprofiles-integration-sourceflowconfig-incrementalpullconfig"></a>
Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.  
*Required*: No  
*Type*: [IncrementalPullConfig](aws-properties-customerprofiles-integration-incrementalpullconfig.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceConnectorProperties`  <a name="cfn-customerprofiles-integration-sourceflowconfig-sourceconnectorproperties"></a>
Specifies the information that is required to query a particular source connector.  
*Required*: Yes  
*Type*: [SourceConnectorProperties](aws-properties-customerprofiles-integration-sourceconnectorproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration Tag
<a name="aws-properties-customerprofiles-integration-tag"></a>

<a name="aws-properties-customerprofiles-integration-tag-description"></a>The `Tag` property type specifies Property description not available. for an [AWS::CustomerProfiles::Integration](aws-resource-customerprofiles-integration.md).

## Syntax
<a name="aws-properties-customerprofiles-integration-tag-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-tag-syntax.json"></a>

```
{
  "[Key](#cfn-customerprofiles-integration-tag-key)" : String,
  "[Value](#cfn-customerprofiles-integration-tag-value)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-tag-syntax.yaml"></a>

```
  [Key](#cfn-customerprofiles-integration-tag-key): String
  [Value](#cfn-customerprofiles-integration-tag-value): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-tag-properties"></a>

`Key`  <a name="cfn-customerprofiles-integration-tag-key"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^(?!aws:)[a-zA-Z+-=._:/]+$`  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-customerprofiles-integration-tag-value"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration Task
<a name="aws-properties-customerprofiles-integration-task"></a>

The `Task` property type specifies the class for modeling different type of tasks. Task implementation varies based on the TaskType.

## Syntax
<a name="aws-properties-customerprofiles-integration-task-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-task-syntax.json"></a>

```
{
  "[ConnectorOperator](#cfn-customerprofiles-integration-task-connectoroperator)" : ConnectorOperator,
  "[DestinationField](#cfn-customerprofiles-integration-task-destinationfield)" : String,
  "[SourceFields](#cfn-customerprofiles-integration-task-sourcefields)" : [ String, ... ],
  "[TaskProperties](#cfn-customerprofiles-integration-task-taskproperties)" : [ TaskPropertiesMap, ... ],
  "[TaskType](#cfn-customerprofiles-integration-task-tasktype)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-task-syntax.yaml"></a>

```
  [ConnectorOperator](#cfn-customerprofiles-integration-task-connectoroperator): 
    ConnectorOperator
  [DestinationField](#cfn-customerprofiles-integration-task-destinationfield): String
  [SourceFields](#cfn-customerprofiles-integration-task-sourcefields): 
    - String
  [TaskProperties](#cfn-customerprofiles-integration-task-taskproperties): 
    - TaskPropertiesMap
  [TaskType](#cfn-customerprofiles-integration-task-tasktype): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-task-properties"></a>

`ConnectorOperator`  <a name="cfn-customerprofiles-integration-task-connectoroperator"></a>
The operation to be performed on the provided source fields.  
*Required*: No  
*Type*: [ConnectorOperator](aws-properties-customerprofiles-integration-connectoroperator.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DestinationField`  <a name="cfn-customerprofiles-integration-task-destinationfield"></a>
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.  
*Required*: No  
*Type*: String  
*Pattern*: `.*`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceFields`  <a name="cfn-customerprofiles-integration-task-sourcefields"></a>
The source fields to which a particular task is applied.  
*Required*: Yes  
*Type*: Array of String  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TaskProperties`  <a name="cfn-customerprofiles-integration-task-taskproperties"></a>
A map used to store task-related information. The service looks for particular information based on the TaskType.  
*Required*: No  
*Type*: Array of [TaskPropertiesMap](aws-properties-customerprofiles-integration-taskpropertiesmap.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TaskType`  <a name="cfn-customerprofiles-integration-task-tasktype"></a>
Specifies the particular task implementation that Amazon AppFlow performs.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `Arithmetic | Filter | Map | Mask | Merge | Truncate | Validate`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration TaskPropertiesMap
<a name="aws-properties-customerprofiles-integration-taskpropertiesmap"></a>

A map used to store task-related information. The execution service looks for particular information based on the `TaskType`.

## Syntax
<a name="aws-properties-customerprofiles-integration-taskpropertiesmap-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-taskpropertiesmap-syntax.json"></a>

```
{
  "[OperatorPropertyKey](#cfn-customerprofiles-integration-taskpropertiesmap-operatorpropertykey)" : String,
  "[Property](#cfn-customerprofiles-integration-taskpropertiesmap-property)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-taskpropertiesmap-syntax.yaml"></a>

```
  [OperatorPropertyKey](#cfn-customerprofiles-integration-taskpropertiesmap-operatorpropertykey): String
  [Property](#cfn-customerprofiles-integration-taskpropertiesmap-property): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-taskpropertiesmap-properties"></a>

`OperatorPropertyKey`  <a name="cfn-customerprofiles-integration-taskpropertiesmap-operatorpropertykey"></a>
The task property key.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `VALUE | VALUES | DATA_TYPE | UPPER_BOUND | LOWER_BOUND | SOURCE_DATA_TYPE | DESTINATION_DATA_TYPE | VALIDATION_ACTION | MASK_VALUE | MASK_LENGTH | TRUNCATE_LENGTH | MATH_OPERATION_FIELDS_ORDER | CONCAT_FORMAT | SUBFIELD_CATEGORY_MAP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Property`  <a name="cfn-customerprofiles-integration-taskpropertiesmap-property"></a>
The task property value.  
*Required*: Yes  
*Type*: String  
*Pattern*: `.+`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration TriggerConfig
<a name="aws-properties-customerprofiles-integration-triggerconfig"></a>

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

## Syntax
<a name="aws-properties-customerprofiles-integration-triggerconfig-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-triggerconfig-syntax.json"></a>

```
{
  "[TriggerProperties](#cfn-customerprofiles-integration-triggerconfig-triggerproperties)" : TriggerProperties,
  "[TriggerType](#cfn-customerprofiles-integration-triggerconfig-triggertype)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-triggerconfig-syntax.yaml"></a>

```
  [TriggerProperties](#cfn-customerprofiles-integration-triggerconfig-triggerproperties): 
    TriggerProperties
  [TriggerType](#cfn-customerprofiles-integration-triggerconfig-triggertype): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-triggerconfig-properties"></a>

`TriggerProperties`  <a name="cfn-customerprofiles-integration-triggerconfig-triggerproperties"></a>
Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.  
*Required*: No  
*Type*: [TriggerProperties](aws-properties-customerprofiles-integration-triggerproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TriggerType`  <a name="cfn-customerprofiles-integration-triggerconfig-triggertype"></a>
Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `Scheduled | Event | OnDemand`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration TriggerProperties
<a name="aws-properties-customerprofiles-integration-triggerproperties"></a>

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

## Syntax
<a name="aws-properties-customerprofiles-integration-triggerproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-triggerproperties-syntax.json"></a>

```
{
  "[Scheduled](#cfn-customerprofiles-integration-triggerproperties-scheduled)" : ScheduledTriggerProperties
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-triggerproperties-syntax.yaml"></a>

```
  [Scheduled](#cfn-customerprofiles-integration-triggerproperties-scheduled): 
    ScheduledTriggerProperties
```

## Properties
<a name="aws-properties-customerprofiles-integration-triggerproperties-properties"></a>

`Scheduled`  <a name="cfn-customerprofiles-integration-triggerproperties-scheduled"></a>
Specifies the configuration details of a schedule-triggered flow that you define.  
*Required*: No  
*Type*: [ScheduledTriggerProperties](aws-properties-customerprofiles-integration-scheduledtriggerproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::CustomerProfiles::Integration ZendeskSourceProperties
<a name="aws-properties-customerprofiles-integration-zendesksourceproperties"></a>

The properties that are applied when using Zendesk as a flow source.

## Syntax
<a name="aws-properties-customerprofiles-integration-zendesksourceproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-customerprofiles-integration-zendesksourceproperties-syntax.json"></a>

```
{
  "[Object](#cfn-customerprofiles-integration-zendesksourceproperties-object)" : String
}
```

### YAML
<a name="aws-properties-customerprofiles-integration-zendesksourceproperties-syntax.yaml"></a>

```
  [Object](#cfn-customerprofiles-integration-zendesksourceproperties-object): String
```

## Properties
<a name="aws-properties-customerprofiles-integration-zendesksourceproperties-properties"></a>

`Object`  <a name="cfn-customerprofiles-integration-zendesksourceproperties-object"></a>
The object specified in the Zendesk flow source.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S+`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)