| creationStatements |
String |
Redshift Creation statements |
[optional] |
| customUsernameTemplate |
String |
Customize how temporary usernames are generated using go template |
[optional] |
| deleteProtection |
String |
Protection from accidental deletion of this object [true/false] |
[optional] |
| description |
String |
Description of the object |
[optional] |
| inputRule |
[String] |
Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). |
[optional] |
| itemCustomFields |
{String: String} |
Additional custom fields to associate with the item |
[optional] |
| json |
Boolean |
Set output format to JSON |
[optional] [default to false] |
| name |
String |
Dynamic secret name |
|
| newName |
String |
Dynamic secret name |
[optional] |
| outputRule |
[String] |
Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) |
[optional] |
| passwordLength |
String |
The length of the password to be generated |
[optional] |
| producerEncryptionKey |
String |
Dynamic producer encryption key |
[optional] |
| redshiftDbName |
String |
Redshift DB Name |
[optional] |
| redshiftHost |
String |
Redshift Host |
[optional] [default to '127.0.0.1'] |
| redshiftPassword |
String |
Redshift Password |
[optional] |
| redshiftPort |
String |
Redshift Port |
[optional] [default to '5439'] |
| redshiftUsername |
String |
Redshift Username |
[optional] |
| secureAccessEnable |
String |
Enable/Disable secure remote access [true/false] |
[optional] |
| secureAccessHost |
[String] |
Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) |
[optional] |
| ssl |
Boolean |
Enable/Disable SSL [true/false] |
[optional] [default to false] |
| tags |
[String] |
Add tags attached to this object |
[optional] |
| targetName |
String |
Target name |
[optional] |
| token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
| uidToken |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
| useCapitalLetters |
String |
Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] |
[optional] |
| useLowerLetters |
String |
Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] |
[optional] |
| useNumbers |
String |
Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] |
[optional] |
| useSpecialCharacters |
String |
|
[optional] |
| userTtl |
String |
User TTL |
[optional] [default to '60m'] |