@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.644Z") @Stability(value=Experimental) public class PhysicalResourceId extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
PhysicalResourceId(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PhysicalResourceId(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalResourceId |
fromResponse(String responsePath)
(experimental) Extract the physical resource id from the path (dot notation) to the data in the API call response.
|
String |
getId()
(experimental) Literal string to be used as the physical id.
|
String |
getResponsePath()
(experimental) Path to a response data element to be used as the physical id.
|
static PhysicalResourceId |
of(String id)
(experimental) Explicit physical resource id.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected PhysicalResourceId(software.amazon.jsii.JsiiObjectRef objRef)
protected PhysicalResourceId(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static PhysicalResourceId fromResponse(@NotNull String responsePath)
responsePath - This parameter is required.@Stability(value=Experimental) @NotNull public static PhysicalResourceId of(@NotNull String id)
id - This parameter is required.@Stability(value=Experimental) @Nullable public String getId()
@Stability(value=Experimental) @Nullable public String getResponsePath()
Copyright © 2021. All rights reserved.