data_integration
Gets an individual data_integration
resource
Overview
Name | data_integration |
Type | Resource |
Description | data_integration |
Id | awscc.appintegrations.data_integration |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The data integration description. |
id | string | The unique identifer of the data integration. |
data_integration_arn | string | The Amazon Resource Name (ARN) of the data integration. |
name | string | The name of the data integration. |
kms_key | string | The KMS key of the data integration. |
schedule_config | object | The name of the data and how often it should be pulled from the source. |
source_uri | string | The URI of the data source. |
tags | array | The tags (keys and values) associated with the data integration. |
file_configuration | object | The configuration for what files should be pulled from the source. |
object_configuration | object | The configuration for what data should be pulled from the source. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
description,
id,
data_integration_arn,
name,
kms_key,
schedule_config,
source_uri,
tags,
file_configuration,
object_configuration
FROM awscc.appintegrations.data_integration
WHERE data__Identifier = '<Id>';
Permissions
To operate on the data_integration
resource, the following permissions are required:
Read
app-integrations:GetDataIntegration,
app-integrations:ListTagsForResource
Update
app-integrations:GetDataIntegration,
app-integrations:UpdateDataIntegration,
app-integrations:TagResource,
app-integrations:UntagResource,
appflow:DescribeConnectorProfiles,
appflow:DeleteFlow,
appflow:DescribeConnectorEntity,
appflow:UseConnectorProfile,
appflow:TagResource,
appflow:UntagResource,
kms:CreateGrant,
kms:DescribeKey,
kms:ListAliases,
kms:ListGrants,
kms:ListKeys
Delete
app-integrations:DeleteDataIntegration,
app-integrations:UntagResource,
appflow:CreateFlow,
appflow:DeleteFlow,
appflow:DescribeConnectorEntity,
appflow:UseConnectorProfile,
appflow:TagResource,
appflow:UntagResource,
kms:CreateGrant,
kms:DescribeKey,
kms:ListAliases,
kms:ListGrants,
kms:ListKeys