AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CustomerProfiles::Integration

CfnIntegration

Specifies an Amazon Connect Customer Profiles Integration.

Import

import { CfnIntegration } from 'aws-cdk-lib/aws-customerprofiles';

Or use the module namespace:

import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnIntegration

Properties

Configuration passed to the constructor as CfnIntegrationProps.

domainNameRequired
string

The unique name of the domain.

eventTriggerNamesOptional
string[]

A list of unique names for active event triggers associated with the integration.

flowDefinitionOptional
IResolvable | FlowDefinitionProperty

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

objectTypeNameOptional
string

The name of the profile object type mapping to use.

objectTypeNamesOptional
IResolvable | IResolvable | ObjectTypeMappingProperty[]

The object type mapping.

scopeOptional
string

Scope of the integration, such as 'PROFILE' or 'DOMAIN'.

tagsOptional
CfnTag[]

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

uriOptional
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-customerprofiles
CFN TypeAWS::CustomerProfiles::Integration
Properties8

External Links