@Generated(value="jsii-pacmak/1.6.0 (build 248e75b)", date="2020-06-09T15:22:32.237Z") @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 |
|---|---|
CfnCondition |
findCondition(String conditionName)
Return the Condition with the given name from the template.
|
CfnResource |
findResource(String logicalId)
Returns the resource with the given logical ID in the template.
|
@Stability(value=Experimental) @Nullable CfnCondition findCondition(@NotNull String conditionName)
If there is no Condition with that name in the template, returns undefined.
EXPERIMENTAL
conditionName - This parameter is required.@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.