aws.appintegrations.list_data_integrations
Example SQL Queries
SELECT * FROMaws.appintegrations.list_data_integrations;Description
Returns a paginated list of DataIntegrations in the account.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of the DataIntegration. | VARCHAR |
| name The name of the DataIntegration. | VARCHAR |
| source_uri The URI of the data source. | VARCHAR |