@Generated(value="jsii-pacmak/1.38.0 (build 717bef2)", date="2021-10-08T18:43:54.443Z") @Stability(value=Stable) public class TreeInspector extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
|
TreeInspector() |
protected |
TreeInspector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TreeInspector(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String key,
Object value)
Adds attribute to bag.
|
Map<String,Object> |
getAttributes()
Represents the bag of attributes as key-value pairs.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected TreeInspector(software.amazon.jsii.JsiiObjectRef objRef)
protected TreeInspector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public TreeInspector()
@Stability(value=Stable) public void addAttribute(@NotNull String key, @NotNull Object value)
Keys should be added by convention to prevent conflicts i.e. L1 constructs will contain attributes with keys prefixed with aws:cdk:cloudformation
key
- - key for metadata. This parameter is required.value
- - value of metadata. This parameter is required.Copyright © 2021. All rights reserved.