post https://api.doppler.com/v3/configs/config/syncs
Create a new secrets sync.
AWS Secrets Manager Data
Field | Type | Description |
---|---|---|
path | string | The path of the AWS Secret Manager secret |
region | string | The AWS region to create the secret (e.g. us-east-1) |
AWS Parameter Store Data
Field | Type | Description |
---|---|---|
path | string | The path of the parameters in AWS |
region | string | The AWS region to create the secret (e.g. us-east-1) |
tags | object<string, string> (optional) | Tags to attach to the parameters |
secure_string | boolean (optional) | Whether or not the parameters should be created as secure strings (defaults to true) |