@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.493Z") @Stability(value=Experimental) public class PhysicalResourceId extends software.amazon.jsii.JsiiObject
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.*;
PhysicalResourceId physicalResourceId = PhysicalResourceId.fromResponse("responsePath");
| 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 © 2022. All rights reserved.