@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T12:03:04.382Z") @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.
|
CfnElement |
findRefTarget(String elementName)
Returns the element referenced using a Ref expression with the given name.
|
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 CfnElement findRefTarget(@NotNull String elementName)
If there is no element with this name in the template, return undefined.
EXPERIMENTAL
elementName - 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.