gatewayCreateProducerRedshift is a command that creates redshift producer [Deprecated: Use dynamic-secret-create-redshift command]
| Name | Type | Description | Notes |
|---|---|---|---|
| creation_statements | str | Redshift Creation statements | [optional] |
| custom_username_template | str | Customize how temporary usernames are generated using go template | [optional] |
| delete_protection | str | Protection from accidental deletion of this object [true/false] | [optional] |
| input_rule | list[str] | 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] |
| item_custom_fields | dict(str, str) | Additional custom fields to associate with the item | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| name | str | Dynamic secret name | |
| output_rule | list[str] | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
| password_length | str | The length of the password to be generated | [optional] |
| producer_encryption_key | str | Dynamic producer encryption key | [optional] |
| redshift_db_name | str | Redshift DB Name | [optional] |
| redshift_host | str | Redshift Host | [optional] [default to '127.0.0.1'] |
| redshift_password | str | Redshift Password | [optional] |
| redshift_port | str | Redshift Port | [optional] [default to '5439'] |
| redshift_username | str | Redshift Username | [optional] |
| secure_access_enable | str | Enable/Disable secure remote access [true/false] | [optional] |
| secure_access_host | list[str] | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
| ssl | bool | Enable/Disable SSL [true/false] | [optional] [default to False] |
| tags | list[str] | Add tags attached to this object | [optional] |
| target_name | str | Target name | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| use_capital_letters | str | 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] |
| use_lower_letters | str | 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] |
| use_numbers | str | Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] | [optional] |
| use_special_characters | str | [optional] | |
| user_ttl | str | User TTL | [optional] [default to '60m'] |