Configuration properties
Properties for the DLC are defined in thedlc namespace, from where they are picked up as configurations.
| Key | Default | Type | Description |
|---|---|---|---|
| enabled | true | boolean | Enables the DLC. |
| create-default-cloud-client.aws | false | boolean | Creates a default cloud client for AWS. |
| create-default-cloud-client.azure | false | boolean | Creates a default cloud client for Azure. |
| create-default-cloud-client.gcp | false | boolean | Creates a default cloud client for GCP. |
| rollback-transaction-on-error | true | boolean | Rolls back transaction if error is encountered in a request. |