@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:44.843Z") @Stability(value=Experimental) public class PhysicalName extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATE_IF_NEEDED
(experimental) Use this to automatically generate a physical name for an AWS resource only if the resource is referenced across environments (account/region).
|
| Modifier | Constructor and Description |
|---|---|
protected |
PhysicalName(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PhysicalName(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final String GENERATE_IF_NEEDED
Otherwise, the name will be allocated during deployment by CloudFormation.
If you are certain that a resource will be referenced across environments, you may also specify an explicit physical name for it. This option is mostly designed for reusable constructs which may or may not be referenced acrossed environments.
Copyright © 2021. All rights reserved.