AppIntegrationsService.Client.
get_data_integration
(**kwargs)¶Returns information about the DataIntegration.
Note
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.
See also: AWS API Documentation
Request Syntax
response = client.get_data_integration(
Identifier='string'
)
[REQUIRED]
A unique identifier.
{
'Arn': 'string',
'Id': 'string',
'Name': 'string',
'Description': 'string',
'KmsKey': 'string',
'SourceURI': 'string',
'ScheduleConfiguration': {
'FirstExecutionFrom': 'string',
'Object': 'string',
'ScheduleExpression': 'string'
},
'Tags': {
'string': 'string'
},
'FileConfiguration': {
'Folders': [
'string',
],
'Filters': {
'string': [
'string',
]
}
},
'ObjectConfiguration': {
'string': {
'string': [
'string',
]
}
}
}
Response Structure
The Amazon Resource Name (ARN) for the DataIntegration.
A unique identifier.
The name of the DataIntegration.
The KMS key for the DataIntegration.
The KMS key for the DataIntegration.
The URI of the data source.
The name of the data and how often it should be pulled from the source.
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
The name of the object to pull from the data source.
How often the data should be pulled from data source.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
The configuration for what files should be pulled from the source.
Identifiers for the source folders to pull all files from recursively.
Restrictions for what files should be pulled from the source.
The configuration for what data should be pulled from the source.
Exceptions
AppIntegrationsService.Client.exceptions.InternalServiceError
AppIntegrationsService.Client.exceptions.ThrottlingException
AppIntegrationsService.Client.exceptions.ResourceNotFoundException
AppIntegrationsService.Client.exceptions.InvalidRequestException
AppIntegrationsService.Client.exceptions.AccessDeniedException