@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.296Z") @Stability(value=Stable) public class Tag extends software.amazon.jsii.JsiiObject implements IAspect
software.amazon.jsii.JsiiObject.InitializationModeIAspect.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Tag(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
Tag(String key,
String value) |
|
Tag(String key,
String value,
TagProps props) |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(Construct scope,
String key,
String value)
add tags to the node of a construct and all its the taggable children.
|
static void |
add(Construct scope,
String key,
String value,
TagProps props)
add tags to the node of a construct and all its the taggable children.
|
protected void |
applyTag(ITaggable resource) |
String |
getKey()
The string key for the tag.
|
protected TagProps |
getProps() |
String |
getValue()
The string value of the tag.
|
static void |
remove(Construct scope,
String key)
remove tags to the node of a construct and all its the taggable children.
|
static void |
remove(Construct scope,
String key,
TagProps props)
remove tags to the node of a construct and all its the taggable children.
|
void |
visit(IConstruct construct)
All aspects can visit an IConstruct.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static void add(Construct scope, String key, String value, @Nullable TagProps props)
@Stability(value=Stable) public static void add(Construct scope, String key, String value)
@Stability(value=Stable) public static void remove(Construct scope, String key, @Nullable TagProps props)
@Stability(value=Stable) public static void remove(Construct scope, String key)
@Stability(value=Stable) protected void applyTag(ITaggable resource)
@Stability(value=Stable) public void visit(IConstruct construct)
@Stability(value=Stable) public String getKey()
@Stability(value=Stable) protected TagProps getProps()
@Stability(value=Stable) public String getValue()
Copyright © 2019. All rights reserved.