Package com.hashicorp.cdktf
Interface IInterpolatingParent
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IInterpolatingParent.Jsii$Default
- All Known Implementing Classes:
AnyMapList
,BooleanMapList
,ComplexComputedList
,ComplexObject
,IInterpolatingParent.Jsii$Proxy
,MapList
,NumberMapList
,StringMapList
,TerraformDataSource
,TerraformResource
@Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)",
date="2023-11-23T08:29:29.370Z")
@Stability(Experimental)
public interface IInterpolatingParent
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIInterpolatingParent
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
interpolationForAttribute
@Stability(Experimental) @NotNull IResolvable interpolationForAttribute(@NotNull String terraformAttribute) - Parameters:
terraformAttribute
- This parameter is required.
-