AWS::CustomerProfiles::IntegrationSpecifies an Amazon Connect Customer Profiles Integration.
import { CfnIntegration } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnIntegrationConfiguration passed to the constructor as CfnIntegrationProps.
domainNameRequiredstringThe unique name of the domain.
eventTriggerNamesOptionalstring[]A list of unique names for active event triggers associated with the integration.
flowDefinitionOptionalIResolvable | FlowDefinitionPropertyThe configuration that controls how Customer Profiles retrieves data from the source.
objectTypeNameOptionalstringThe name of the profile object type mapping to use.
objectTypeNamesOptionalIResolvable | IResolvable | ObjectTypeMappingProperty[]The object type mapping.
scopeOptionalstringScope of the integration, such as 'PROFILE' or 'DOMAIN'.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
uriOptionalstringThe URI of the S3 bucket or any other type of data source.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-customerprofilesAWS::CustomerProfiles::Integration