AWS::AppIntegrations::DataIntegrationResource Type definition for AWS::AppIntegrations::DataIntegration
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
KmsKey | string | RequiredCreate-only |
Name | string | Required |
SourceURI | string | RequiredCreate-only |
Description | string | |
FileConfiguration | FileConfiguration | |
ObjectConfiguration | ObjectConfiguration | |
ScheduleConfig | ScheduleConfig | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DataIntegrationArn | string | The Amazon Resource Name (ARN) of the data integration. |
Id | string | The unique identifer of the data integration. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
app-integrations:CreateDataIntegrationapp-integrations:TagResourceappflow:DescribeConnectorProfilesappflow:CreateFlowappflow:DeleteFlowappflow:DescribeConnectorEntityappflow:UseConnectorProfileappflow:TagResourceapp-integrations:GetDataIntegrationapp-integrations:ListTagsForResourceapp-integrations:ListDataIntegrationsapp-integrations:GetDataIntegrationapp-integrations:UpdateDataIntegrationapp-integrations:TagResourceapp-integrations:UntagResourceappflow:DescribeConnectorProfilesappflow:DeleteFlowappflow:DescribeConnectorEntityappflow:UseConnectorProfileapp-integrations:DeleteDataIntegrationapp-integrations:UntagResourceappflow:CreateFlowappflow:DeleteFlowappflow:DescribeConnectorEntityappflow:UseConnectorProfileappflow:TagResourceappflow:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyScheduleConfigSourceURI