Skip to main content

data_integrations_list_only

Lists data_integrations in a region or regions, for all properties use data_integrations

Overview

Namedata_integrations_list_only
TypeResource
DescriptionResource Type definition for AWS::AppIntegrations::DataIntegration
Idaws.appintegrations.data_integrations_list_only

Fields

NameDatatypeDescription
descriptionstringThe data integration description.
idstringThe unique identifer of the data integration.
data_integration_arnstringThe Amazon Resource Name (ARN) of the data integration.
namestringThe name of the data integration.
kms_keystringThe KMS key of the data integration.
schedule_configobjectThe name of the data and how often it should be pulled from the source.
source_uristringThe URI of the data source.
tagsarrayThe tags (keys and values) associated with the data integration.
file_configurationobjectThe configuration for what files should be pulled from the source.
object_configurationobjectThe configuration for what data should be pulled from the source.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all data_integrations in a region.

SELECT
region,
id
FROM aws.appintegrations.data_integrations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_integrations_list_only resource, see data_integrations