Package software.amazon.awscdk.core
Class ICfnRuleConditionExpression.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.ICfnRuleConditionExpression.Jsii$Proxy
- All Implemented Interfaces:
ICfnConditionExpression,ICfnConditionExpression.Jsii$Default,ICfnRuleConditionExpression,ICfnRuleConditionExpression.Jsii$Default,IResolvable,IResolvable.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ICfnRuleConditionExpression
@Internal
public static final class ICfnRuleConditionExpression.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ICfnRuleConditionExpression.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.ICfnConditionExpression
ICfnConditionExpression.Jsii$Default, ICfnConditionExpression.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.ICfnRuleConditionExpression
ICfnRuleConditionExpression.Jsii$Default, ICfnRuleConditionExpression.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IResolvable
IResolvable.Jsii$Default, IResolvable.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe creation stack of this resolvable which will be appended to errors thrown during resolution.final BooleanThis field is only needed to defeat TypeScript's structural typing.final Objectresolve(IResolveContext context) Produce the Token's value at resolution time.final StringtoString()Return a string representation of this resolvable object.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getCreationStack
The creation stack of this resolvable which will be appended to errors thrown during resolution.This may return an array with a single informational element indicating how to get this property populated, if it was skipped for performance reasons.
- Specified by:
getCreationStackin interfaceICfnConditionExpression.Jsii$Default- Specified by:
getCreationStackin interfaceICfnRuleConditionExpression.Jsii$Default- Specified by:
getCreationStackin interfaceIResolvable- Specified by:
getCreationStackin interfaceIResolvable.Jsii$Default
-
getDisambiguator
This field is only needed to defeat TypeScript's structural typing.It is never used.
- Specified by:
getDisambiguatorin interfaceICfnRuleConditionExpression- Specified by:
getDisambiguatorin interfaceICfnRuleConditionExpression.Jsii$Default
-
resolve
Produce the Token's value at resolution time.- Specified by:
resolvein interfaceICfnConditionExpression.Jsii$Default- Specified by:
resolvein interfaceICfnRuleConditionExpression.Jsii$Default- Specified by:
resolvein interfaceIResolvable- Specified by:
resolvein interfaceIResolvable.Jsii$Default- Parameters:
context- This parameter is required.
-
toString
Return a string representation of this resolvable object.Returns a reversible string representation.
- Specified by:
toStringin interfaceIResolvable- Overrides:
toStringin classObject
-