@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:43.742Z") @Stability(value=Experimental) public class Names extends software.amazon.jsii.JsiiObject
For example, those can be used to allocate unique physical names for resources.
| Modifier | Constructor and Description |
|---|---|
protected |
Names(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Names(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
nodeUniqueId(software.constructs.Node node)
(experimental) Returns a CloudFormation-compatible unique identifier for a construct based on its path.
|
static String |
uniqueId(software.constructs.Construct construct)
(experimental) Returns a CloudFormation-compatible unique identifier for a construct based on its path.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Names(software.amazon.jsii.JsiiObjectRef objRef)
protected Names(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static String nodeUniqueId(@NotNull software.constructs.Node node)
The identifier includes a human readable portion rendered from the path components and a hash suffix.
TODO (v2): replace with API to use constructs.Node.
node - The construct node. This parameter is required.@Stability(value=Experimental) @NotNull public static String uniqueId(@NotNull software.constructs.Construct construct)
The identifier includes a human readable portion rendered from the path components and a hash suffix.
construct - The construct. This parameter is required.Copyright © 2021. All rights reserved.