@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-06T00:51:58.982Z") @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 initializationMode) |
protected |
Tag(software.amazon.jsii.JsiiObjectRef objRef) |
|
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, setObjRefprotected Tag(software.amazon.jsii.JsiiObjectRef objRef)
protected Tag(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static void add(Construct scope, String key, String value, 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, 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.