AWS Fundamentals Logo
AWS Fundamentals
AWS::AppIntegrations::DataIntegration

AppIntegrations DataIntegration

Resource Type definition for AWS::AppIntegrations::DataIntegration

Properties

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

Filter:
PropertyTypeFlags
KmsKey
string
RequiredCreate-only
Name
string
Required
SourceURI
string
RequiredCreate-only
Description
string
FileConfiguration
FileConfiguration
ObjectConfiguration
ObjectConfiguration
ScheduleConfig
ScheduleConfig
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
DataIntegrationArnstringThe Amazon Resource Name (ARN) of the data integration.
IdstringThe unique identifer of the data integration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppIntegrations::DataIntegration

Resources:
  MyResource:
    Type: AWS::AppIntegrations::DataIntegration
    Properties:
      Name: "my-name"
      KmsKey: "value"
      SourceURI: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

app-integrations:CreateDataIntegrationapp-integrations:TagResourceappflow:DescribeConnectorProfilesappflow:CreateFlowappflow:DeleteFlowappflow:DescribeConnectorEntityappflow:UseConnectorProfileappflow:TagResource

read

app-integrations:GetDataIntegrationapp-integrations:ListTagsForResource

list

app-integrations:ListDataIntegrations

update

app-integrations:GetDataIntegrationapp-integrations:UpdateDataIntegrationapp-integrations:TagResourceapp-integrations:UntagResourceappflow:DescribeConnectorProfilesappflow:DeleteFlowappflow:DescribeConnectorEntityappflow:UseConnectorProfile

delete

app-integrations:DeleteDataIntegrationapp-integrations:UntagResourceappflow:CreateFlowappflow:DeleteFlowappflow:DescribeConnectorEntityappflow:UseConnectorProfileappflow:TagResourceappflow:UntagResource

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

ServiceAppIntegrations
Properties10
Required3
TaggingSupported
Primary IDId

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

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

KmsKeyScheduleConfigSourceURI

External Links