Like Jitsu? Give us a star on β GitHub!
AWS Cloud Trail
Overview
This source can sync data from the AWS CloudTrail API. Currently only Management events sync is supported.The source is using Airbyte docker image (@airbyte/source-aws-cloudtrail). Learn more how Airbyte-based sources work
How to connect
Please, follow this steps to get your AWS access key and secret.Connection Parameters
Parameter | Documentation |
---|---|
aws_key_id *string (required) | Specifies an AWS access key associated with an IAM user or role. |
aws_secret_key *string (required) | Specifies the secret key associated with the access key. This is essentially the 'password' for the access key. |
aws_region_name *string (required) | The default AWS Region to use, for example, us-west-1 or us-west-2. When specifying a Region inline during client initialization, this property is named region_name. |
start_date *string (required) | The date you would like to replicate data. Data in ClouTraid is available for last 90 days only. Format: YYYY-MM-DD. |