AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::IntegrationAssociation

Connect IntegrationAssociation

Resource Type definition for AWS::Connect::IntegrationAssociation

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
InstanceId
string
RequiredCreate-only
IntegrationArn
string
RequiredCreate-only
IntegrationType
string
RequiredCreate-only

Return Values

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

AttributeTypeDescription
IntegrationAssociationIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::IntegrationAssociation

Resources:
  MyResource:
    Type: AWS::Connect::IntegrationAssociation
    Properties:
      InstanceId: "my-instanceid"
      IntegrationType: "value"
      IntegrationArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

connect:DescribeInstanceds:DescribeDirectoriesapp-integrations:CreateEventIntegrationAssociationmobiletargeting:GetAppcases:GetDomainwisdom:GetAssistantwisdom:GetKnowledgeBasewisdom:TagResource

read

connect:ListBotsconnect:ListLambdaFunctionsconnect:ListIntegrationAssociations

update

delete

connect:DescribeInstanceds:DescribeDirectoriesapp-integrations:DeleteEventIntegrationAssociationapp-integrations:DeleteApplicationAssociationevents:ListTargetsByRuleevents:RemoveTargetsevents:DeleteRuleconnect:DisassociateBot

list

connect:ListBotsconnect:ListLambdaFunctionsconnect:ListIntegrationAssociations

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

ServiceConnect
Properties4
Required3
TaggingNot supported
Primary IDInstanceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

InstanceIdIntegrationArnIntegrationType

External Links