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-08T15:56:48.144Z")
@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.
-