@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.493Z") @Stability(value=Experimental) public class PhysicalResourceIdReference extends software.amazon.jsii.JsiiObject implements IResolvable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.customresources.*; PhysicalResourceIdReference physicalResourceIdReference = new PhysicalResourceIdReference();
software.amazon.jsii.JsiiObject.InitializationModeIResolvable.Jsii$Default, IResolvable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
PhysicalResourceIdReference() |
protected |
PhysicalResourceIdReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PhysicalResourceIdReference(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCreationStack()
(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
Object |
resolve(IResolveContext _)
(experimental) Produce the Token's value at resolution time.
|
String |
toJSON()
(experimental) toJSON serialization to replace `PhysicalResourceIdReference` with a magic string.
|
String |
toString()
(experimental) Return a string representation of this resolvable object.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected PhysicalResourceIdReference(software.amazon.jsii.JsiiObjectRef objRef)
protected PhysicalResourceIdReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public PhysicalResourceIdReference()
@Stability(value=Experimental) @NotNull public Object resolve(@NotNull IResolveContext _)
resolve in interface IResolvable_ - This parameter is required.@Stability(value=Experimental) @NotNull public String toJSON()
@Stability(value=Experimental) @NotNull public String toString()
Returns a reversible string representation.
toString in interface IResolvabletoString in class Object@Stability(value=Experimental) @NotNull public List<String> getCreationStack()
This may return an array with a single informational element indicating how to get this property populated, if it was skipped for performance reasons.
getCreationStack in interface IResolvableCopyright © 2022. All rights reserved.