Connection
The connection block governs how Tailpipe authenticates to log sources. Arguments are plugin-specific, and they are used to specify credentials, accounts, and other options. The Tailpipe Hub provides detailed information about the arguments for each plugin.
Examples:
Each connection has a type label and a name. There is a type for each service: aws, azure, gcp, pipes, etc.
Default connections
Tailpipe also creates a single implicit default connection for each connection type. The connection is named default, eg connection.aws.default, connection.azure.default, etc. The intent of the default connection is that Tailpipe can "just work" with your existing setup, and is similar to the default connection that Steampipe creates for each plugin. For example, the AWS default connection will use the standard AWS SDK connection resolution mechanism to create a Tailpipe connection that will use the same connection that the aws CLI would use.
You can override the default by creating a connection for that type that is named default: