@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:45.958Z") @Stability(value=Experimental) public class Tag extends software.amazon.jsii.JsiiObject implements IAspect
| Modifier and Type | Class and Description |
|---|---|
static class |
Tag.Builder
(experimental) A fluent builder for
Tag. |
software.amazon.jsii.JsiiObject.InitializationModeIAspect.Jsii$Default, IAspect.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 |
|---|---|
protected void |
applyTag(ITaggable resource) |
String |
getKey()
(experimental) The string key for the tag.
|
protected TagProps |
getProps() |
String |
getValue()
(experimental) The string value of the tag.
|
void |
visit(software.constructs.IConstruct construct)
(experimental) All aspects can visit an IConstruct.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Tag(software.amazon.jsii.JsiiObjectRef objRef)
protected Tag(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Tag(@NotNull
String key,
@NotNull
String value,
@Nullable
TagProps props)
key - This parameter is required.value - This parameter is required.props - @Stability(value=Experimental)
protected void applyTag(@NotNull
ITaggable resource)
resource - This parameter is required.@Stability(value=Experimental)
public void visit(@NotNull
software.constructs.IConstruct construct)
@Stability(value=Experimental) @NotNull public String getKey()
@Stability(value=Experimental) @NotNull protected TagProps getProps()
@Stability(value=Experimental) @NotNull public String getValue()
Copyright © 2021. All rights reserved.