lattice_create_backup_destination
Create a backup destination by specifying a name, type, and type-specific configuration to store backups in services like S3.
Instructions
Create a backup destination. config is a free-form object whose shape depends on type (e.g. an S3 destination takes bucket, region, endpoint and credentials)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Destination name | |
| type | Yes | Destination type, e.g. 's3' | |
| config | Yes | Type-specific configuration object |