AWS::CustomerProfiles::IntegrationThe resource schema for creating an Amazon Connect Customer Profiles Integration.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The time of this integration got created |
LastUpdatedAt | string | The time of this integration got last updated at |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
profile:GetIntegrationprofile:PutIntegrationappflow:CreateFlowapp-integrations:CreateEventIntegrationAssociationapp-integrations:GetEventIntegrationconnect:DescribeInstanceds:DescribeDirectoriesevents:ListTargetsByRuleprofile:GetIntegrationprofile:DeleteIntegrationappflow:DeleteFlowapp-integrations:ListEventIntegrationAssociationsapp-integrations:DeleteEventIntegrationAssociationevents:RemoveTargetsevents:ListTargetsByRuleevents:DeleteRuleprofile:PutIntegrationprofile:GetIntegrationappflow:CreateFlowapp-integrations:GetEventIntegrationapp-integrations:CreateEventIntegrationAssociationapp-integrations:ListEventIntegrationAssociationsapp-integrations:DeleteEventIntegrationAssociationevents:ListTargetsByRuleprofile:ListIntegrationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNameUri