Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 0540336

Browse files
committed
Add a note about NoEcho parameter support in CloudFormation
1 parent df133a1 commit 0540336

File tree

1 file changed

+7
-0
lines changed
  • content/en/user-guide/aws/cloudformation

1 file changed

+7
-0
lines changed

content/en/user-guide/aws/cloudformation/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ Currently, support for `UPDATE` operations on resources is limited.
150150
Prefer stack re-creation over stack update at this time.
151151
{{< /callout >}}
152152

153+
{{< callout >}}
154+
Currently, support for `NoEcho` parameters is limited.
155+
Parameters will be masked only in the CLI: `describe-stacks` and `describe-change-set` or respective API responses in `Parameters` section.
156+
This might expose sensitive information.
157+
Please exercise caution when using parameters with `NoEcho`.
158+
{{< /callout >}}
159+
153160
### Intrinsic Functions
154161

155162
| Intrinsic Function | Supported | Explanation |

0 commit comments

Comments
 (0)