@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-17T00:22:59.182Z") @Stability(value=Stable) public class Tags extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Tags(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Tags(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value)
add tags to the node of a construct and all its the taggable children.
|
void |
add(String key,
String value,
TagProps props)
add tags to the node of a construct and all its the taggable children.
|
static Tags |
of(IConstruct scope)
Returns the tags API for this scope.
|
void |
remove(String key)
remove tags to the node of a construct and all its the taggable children.
|
void |
remove(String key,
TagProps props)
remove tags to the node of a construct and all its the taggable children.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Tags(software.amazon.jsii.JsiiObjectRef objRef)
protected Tags(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static Tags of(@NotNull IConstruct scope)
scope - The scope. This parameter is required.@Stability(value=Stable)
public void add(@NotNull
String key,
@NotNull
String value,
@Nullable
TagProps props)
key - This parameter is required.value - This parameter is required.props - @Stability(value=Stable)
public void add(@NotNull
String key,
@NotNull
String value)
key - This parameter is required.value - This parameter is required.@Stability(value=Stable)
public void remove(@NotNull
String key,
@Nullable
TagProps props)
key - This parameter is required.props - @Stability(value=Stable)
public void remove(@NotNull
String key)
key - This parameter is required.Copyright © 2021. All rights reserved.