public static final class ICfnFinder.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICfnFinder
software.amazon.jsii.JsiiObject.InitializationModeICfnFinder.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| 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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) @Nullable public CfnCondition findCondition(@NotNull String conditionName)
If there is no Condition with that name in the template, returns undefined.
EXPERIMENTAL
findCondition in interface ICfnFinderconditionName - This parameter is required.@Stability(value=Experimental) @Nullable public CfnElement findRefTarget(@NotNull String elementName)
If there is no element with this name in the template, return undefined.
EXPERIMENTAL
findRefTarget in interface ICfnFinderelementName - This parameter is required.@Stability(value=Experimental) @Nullable public CfnResource findResource(@NotNull String logicalId)
If a resource with that logical ID was not found in the template, returns undefined.
EXPERIMENTAL
findResource in interface ICfnFinderlogicalId - This parameter is required.Copyright © 2020. All rights reserved.