| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| Modifier and Type | Method and Description |
|---|---|
static PhysicalResourceId |
PhysicalResourceId.fromResponse(String responsePath)
(experimental) Extract the physical resource id from the path (dot notation) to the data in the API call response.
|
default PhysicalResourceId |
AwsSdkCall.getPhysicalResourceId()
(experimental) The physical resource id of the custom resource for this call.
|
PhysicalResourceId |
AwsSdkCall.Jsii$Proxy.getPhysicalResourceId() |
static PhysicalResourceId |
PhysicalResourceId.of(String id)
(experimental) Explicit physical resource id.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSdkCall.Builder |
AwsSdkCall.Builder.physicalResourceId(PhysicalResourceId physicalResourceId)
Sets the value of
AwsSdkCall.getPhysicalResourceId() |
| Constructor and Description |
|---|
Jsii$Proxy(String action,
String service,
String apiVersion,
String assumedRoleArn,
String ignoreErrorCodesMatching,
List<String> outputPaths,
Object parameters,
PhysicalResourceId physicalResourceId,
String region)
Constructor that initializes the object based on literal property values passed by the
AwsSdkCall.Builder. |
Copyright © 2021. All rights reserved.