Commit ff920de
docs: add documentation for the new type(slice of any) in Go (#474)
## Description
**Documentation Change Type:**
- [ ] Typo/grammar fix
- [ ] Clarification or minor improvement
- [x] New example or code snippet
- [x] New section or topic
- [ ] Major restructuring or enhancement
**Affected Documentation Page(s):**
- https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-go.html
## Description of Changes
We're changing the props type in some constructs, and for this we
created new helper functions introduced in [this
PR](aws/jsii#4936)
## Motivation and Context
<!-- Why are these changes required? What problem do they solve? -->
## How Has This Been Validated?
Using Github Preview
## Screenshots (if appropriate)
<img width="1657" height="1321" alt="Screenshot 2025-09-30 at 15 29 10"
src="https://github.com/user-attachments/assets/6708bbc3-f0f9-4e08-a398-727338804577"
/>
<img width="1657" height="1321" alt="Screenshot 2025-09-30 at 15 29 17"
src="https://github.com/user-attachments/assets/0d5eed7a-b22c-40fd-8001-f41cc6822fc1"
/>
## Checklist
- [x] My changes follow the [AsciiDoc
syntax](./CONTRIBUTING.md#asciidoc-syntax-reference) guidelines
- [x] I have previewed my changes using GitHub's preview or a local
AsciiDoc renderer
- [x] My changes maintain consistent formatting with the rest of the
documentation
- [x] I have checked that all links work correctly
## Additional Information
<!-- Any additional information or context that might be helpful for
reviewers -->
---------
Co-authored-by: Kristina Peterson <kripet@amazon.com>1 parent cebf6cd commit ff920de
1 file changed
+47
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
147 | 182 | | |
148 | 183 | | |
149 | 184 | | |
| |||
156 | 191 | | |
157 | 192 | | |
158 | 193 | | |
159 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
0 commit comments