@Generated(value="jsii-pacmak/0.14.2 (build e881f16)", date="2019-07-25T16:26:52.084Z") @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 |
|---|---|
protected void |
applyTag(ITaggable resource) |
String |
getKey()
The string key for the tag.
|
protected TagProps |
getProps() |
String |
getValue()
The string value of the tag.
|
void |
visit(IConstruct construct)
All aspects can visit an IConstruct.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@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.