| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| Modifier and Type | Method and Description |
|---|---|
static PhysicalResourceId |
PhysicalResourceId.fromResponse(String responsePath)
Extract the physical resource id from the path (dot notation) to the data in the API call response.
|
default PhysicalResourceId |
AwsSdkCall.getPhysicalResourceId()
The physical resource id of the custom resource for this call.
|
PhysicalResourceId |
AwsSdkCall.Jsii$Proxy.getPhysicalResourceId() |
static PhysicalResourceId |
PhysicalResourceId.of(String id)
Explicit physical resource id.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSdkCall.Builder |
AwsSdkCall.Builder.physicalResourceId(PhysicalResourceId physicalResourceId)
Sets the value of
AwsSdkCall.getPhysicalResourceId() |
Copyright © 2022. All rights reserved.