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,DataResource,IInterpolatingParent.Jsii$Proxy,MapList,NumberMapList,StringMapList,TerraformDataSource,TerraformResource
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.028Z")
@Stability(Experimental)
public interface IInterpolatingParent
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInterpolatingParent.static final classA 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.
-