start_continuous_export
()¶Start the continuous flow of agent's discovered data into Amazon Athena.
See also: AWS API Documentation
Request Syntax
response = client.start_continuous_export()
{
'exportId': 'string',
's3Bucket': 'string',
'startTime': datetime(2015, 1, 1),
'dataSource': 'AGENT',
'schemaStorageConfig': {
'string': 'string'
}
}
Response Structure
The unique ID assigned to this export.
The name of the s3 bucket where the export data parquet files are stored.
The timestamp representing when the continuous export was started.
The type of data collector used to gather this data (currently only offered for AGENT).
A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.Exceptions
ApplicationDiscoveryService.Client.exceptions.ConflictErrorException
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.OperationNotPermittedException
ApplicationDiscoveryService.Client.exceptions.ResourceInUseException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException