@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T20:05:10.938Z") @Stability(value=Stable) 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(ConstructNode node)
Returns a CloudFormation-compatible unique identifier for a construct based on its path.
|
static String |
uniqueId(software.constructs.Construct construct)
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=Stable) @NotNull public static String nodeUniqueId(@NotNull ConstructNode 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=Stable) @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.