| Modifier and Type | Class and Description |
|---|---|
static class |
TagProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
TagProps |
TagProps.Builder.build()
Builds the configured instance.
|
protected TagProps |
Tag.getProps() |
protected TagProps |
RemoveTag.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 © 2019. All rights reserved.