@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.704Z") @Stability(value=Stable) 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)
Extract the physical resource id from the path (dot notation) to the data in the API call response.
|
String |
getId()
Literal string to be used as the physical id.
|
String |
getResponsePath()
Path to a response data element to be used as the physical id.
|
static PhysicalResourceId |
of(String id)
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=Stable) @NotNull public static PhysicalResourceId fromResponse(@NotNull String responsePath)
responsePath - This parameter is required.@Stability(value=Stable) @NotNull public static PhysicalResourceId of(@NotNull String id)
id - This parameter is required.@Stability(value=Stable) @Nullable public String getId()
@Stability(value=Stable) @Nullable public String getResponsePath()
Copyright © 2021. All rights reserved.