This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

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

ParameterDocumentation
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.