ApplicationDiscoveryService / Client / start_continuous_export

start_continuous_export#

ApplicationDiscoveryService.Client.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()
Return type:

dict

Returns:

Response Syntax

{
    'exportId': 'string',
    's3Bucket': 'string',
    'startTime': datetime(2015, 1, 1),
    'dataSource': 'AGENT',
    'schemaStorageConfig': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • exportId (string) –

      The unique ID assigned to this export.

    • s3Bucket (string) –

      The name of the s3 bucket where the export data parquet files are stored.

    • startTime (datetime) –

      The timestamp representing when the continuous export was started.

    • dataSource (string) –

      The type of data collector used to gather this data (currently only offered for AGENT).

    • schemaStorageConfig (dict) –

      A dictionary which describes how the data is stored.

      • databaseName - the name of the Glue database used to store the schema.

      • (string) –

        • (string) –

Exceptions