data_integrations
Retrieves a list of data_integrations
in a region
Overview
Name | data_integrations |
Type | Resource |
Description | data_integrations |
Id | awscc.appintegrations.data_integrations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique identifer of the data integration. |
region | string | AWS 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