Methods
| Name | Description |
|---|---|
add_error | Adds an { “error”: < message > } metadata entry to this construct. |
add_info | Adds an info metadata entry to this construct. |
add_warning | Adds a warning metadata entry to this construct. |
add_error
messageRequired
- Type: str
add_info
messageRequired
- Type: str
add_warning
messageRequired
- Type: str
Static Functions
| Name | Description |
|---|---|
of | Returns the annotations API for a construct scope. |
of
scopeRequired
- Type: constructs.IConstruct