secretsmanager_create_secret
Create a new secret in LocalStack's Secrets Manager by specifying a name and optional value, enabling secure storage and retrieval of configuration data during development and testing.
Instructions
Create a new secret in Secrets Manager in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Secret name | |
| description | No | Secret description | |
| secretString | No | Secret value as a string or JSON string |