AWS Fundamentals Logo
AWS Fundamentals
AWS::CustomerProfiles::Integration

CustomerProfiles Integration

The resource schema for creating an Amazon Connect Customer Profiles Integration.

Properties

8 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainName
string
RequiredCreate-only
EventTriggerNames
Array<string>
FlowDefinition
FlowDefinition
Write-only
ObjectTypeName
string
ObjectTypeNames
Array<ObjectTypeMapping>
Scope
string
Tags
Array<Tag>
Uri
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe time of this integration got created
LastUpdatedAtstringThe time of this integration got last updated at

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::Integration

Resources:
  MyResource:
    Type: AWS::CustomerProfiles::Integration
    Properties:
      DomainName: "my-domainname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

profile:GetIntegrationprofile:PutIntegrationappflow:CreateFlowapp-integrations:CreateEventIntegrationAssociationapp-integrations:GetEventIntegrationconnect:DescribeInstanceds:DescribeDirectoriesevents:ListTargetsByRule

read

profile:GetIntegration

delete

profile:DeleteIntegrationappflow:DeleteFlowapp-integrations:ListEventIntegrationAssociationsapp-integrations:DeleteEventIntegrationAssociationevents:RemoveTargetsevents:ListTargetsByRuleevents:DeleteRule

update

profile:PutIntegrationprofile:GetIntegrationappflow:CreateFlowapp-integrations:GetEventIntegrationapp-integrations:CreateEventIntegrationAssociationapp-integrations:ListEventIntegrationAssociationsapp-integrations:DeleteEventIntegrationAssociationevents:ListTargetsByRule

list

profile:ListIntegrations

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

ServiceCustomerProfiles
Properties10
Required1
TaggingSupported
Primary IDDomainName

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainNameUri

External Links