| Modifier and Type | Class and Description |
|---|---|
static class |
TagProps.Jsii$Proxy
An implementation for
TagProps |
| Modifier and Type | Method and Description |
|---|---|
TagProps |
TagProps.Builder.build()
Builds the configured instance.
|
protected TagProps |
RemoveTag.getProps() |
protected TagProps |
Tag.getProps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Tag.add(Construct scope,
String key,
String value,
TagProps props)
add tags to the node of a construct and all its the taggable children.
|
static void |
Tag.remove(Construct scope,
String key,
TagProps props)
remove tags to the node of a construct and all its the taggable children.
|
| Constructor and Description |
|---|
RemoveTag(String key,
TagProps props) |
Tag(String key,
String value,
TagProps props) |
Copyright © 2020. All rights reserved.