Skip to main content

data_integrations

Retrieves a list of data_integrations in a region

Overview

Namedata_integrations
TypeResource
Descriptiondata_integrations
Idawscc.appintegrations.data_integrations

Fields

NameDatatypeDescription
idstringThe unique identifer of the data integration.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.appintegrations.data_integrations
WHERE region = 'us-east-1'

Permissions

To operate on the data_integrations resource, the following permissions are required:

Create

app-integrations:CreateDataIntegration,
app-integrations:TagResource,
appflow:DescribeConnectorProfiles,
appflow:CreateFlow,
appflow:DeleteFlow,
appflow:DescribeConnectorEntity,
appflow:UseConnectorProfile,
appflow:TagResource,
appflow:UntagResource,
kms:CreateGrant,
kms:DescribeKey,
kms:ListAliases,
kms:ListGrants,
kms:ListKeys,
s3:GetBucketNotification,
s3:PutBucketNotification,
s3:GetEncryptionConfiguration

List

app-integrations:ListDataIntegrations