@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.765Z") @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(software.constructs.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 software.constructs.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.