@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-20T13:23:06.097Z") @Stability(value=Experimental) public interface ICfnFinder extends software.amazon.jsii.JsiiSerializable
Used by the fromCloudFormation methods in the generated L1 classes.
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICfnFinder.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
CfnResource |
findResource(String logicalId)
Returns the resource with the given logical ID in the template.
|
@Stability(value=Experimental) @Nullable CfnResource findResource(@NotNull String logicalId)
If a resource with that logical ID was not found in the template, returns undefined.
EXPERIMENTAL
logicalId - This parameter is required.Copyright © 2020. All rights reserved.