Package com.hashicorp.cdktf
Interface IInterpolatingParent.Jsii$Default
- All Superinterfaces:
IInterpolatingParent
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IInterpolatingParent.Jsii$Proxy
- Enclosing interface:
IInterpolatingParent
Internal default implementation for
IInterpolatingParent
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
IInterpolatingParent.Jsii$Default, IInterpolatingParent.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault IResolvable
interpolationForAttribute
(String terraformAttribute) Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
interpolationForAttribute
@Stability(Experimental) @NotNull default IResolvable interpolationForAttribute(@NotNull String terraformAttribute) - Specified by:
interpolationForAttribute
in interfaceIInterpolatingParent
- Parameters:
terraformAttribute
- This parameter is required.
-