@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:20.024Z") @Stability(value=Experimental) 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)
(experimental) add tags to the node of a construct and all its the taggable children.
|
void |
add(String key,
String value,
TagProps props)
(experimental) add tags to the node of a construct and all its the taggable children.
|
static Tags |
of(IConstruct scope)
(experimental) Returns the tags API for this scope.
|
void |
remove(String key)
(experimental) remove tags to the node of a construct and all its the taggable children.
|
void |
remove(String key,
TagProps props)
(experimental) 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=Experimental) @NotNull public static Tags of(@NotNull IConstruct scope)
scope - The scope. This parameter is required.@Stability(value=Experimental)
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=Experimental)
public void add(@NotNull
String key,
@NotNull
String value)
key - This parameter is required.value - This parameter is required.@Stability(value=Experimental)
public void remove(@NotNull
String key,
@Nullable
TagProps props)
key - This parameter is required.props - @Stability(value=Experimental)
public void remove(@NotNull
String key)
key - This parameter is required.Copyright © 2021. All rights reserved.