Create a new destination connector for data export.
| Field | Type | Description |
|---|---|---|
connector_name | str | The profile name of the destination to create. |
connector_body | DestinationConfigs | Configuration object for the destination. |
{ "profile_id": str }{
"connector_name": "my-destination",
"connector_body": {
"type": "s3",
"config": {
"bucket": "my-bucket",
"region": "us-east-1"
}
}
}