> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Connection

```ts Example theme={null}
export interface Connection {
  name: string;
  strategy: string;
  metadata?: Record<string, string>;
}
```

## Properties

<ParamField body="metadata?" type="Record<string, string>" />

<ParamField body="name" type="string" />

<ParamField body="strategy" type="string" />
