Uses of Interface
com.hashicorp.cdktf.IInterpolatingParent
Packages that use IInterpolatingParent
-
Uses of IInterpolatingParent in com.hashicorp.cdktf
Subinterfaces of IInterpolatingParent in com.hashicorp.cdktfModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIInterpolatingParent
.Classes in com.hashicorp.cdktf that implement IInterpolatingParentModifier and TypeClassDescriptionclass
class
class
Deprecated.Going to be replaced by Array of ComplexListItem and will be removed in the futureclass
class
(experimental) The DataResource implements the standard resource lifecycle, but does not directly take any other actions.static final class
A proxy class which represents a concrete javascript instance of this type.class
class
class
class
class
Methods in com.hashicorp.cdktf that return IInterpolatingParentModifier and TypeMethodDescriptionprotected IInterpolatingParent
AnyListList.getTerraformResource()
protected IInterpolatingParent
AnyListMap.getTerraformResource()
protected IInterpolatingParent
AnyMap.getTerraformResource()
protected IInterpolatingParent
AnyMapList.getTerraformResource()
protected IInterpolatingParent
BooleanList.getTerraformResource()
protected IInterpolatingParent
BooleanListList.getTerraformResource()
protected IInterpolatingParent
BooleanListMap.getTerraformResource()
protected IInterpolatingParent
BooleanMap.getTerraformResource()
protected IInterpolatingParent
BooleanMapList.getTerraformResource()
protected IInterpolatingParent
ComplexComputedList.getTerraformResource()
Deprecated.protected IInterpolatingParent
ComplexList.getTerraformResource()
protected IInterpolatingParent
ComplexMap.getTerraformResource()
protected IInterpolatingParent
ComplexObject.getTerraformResource()
protected IInterpolatingParent
MapList.getTerraformResource()
protected IInterpolatingParent
NumberListList.getTerraformResource()
protected IInterpolatingParent
NumberListMap.getTerraformResource()
protected IInterpolatingParent
NumberMap.getTerraformResource()
protected IInterpolatingParent
NumberMapList.getTerraformResource()
protected IInterpolatingParent
StringListList.getTerraformResource()
protected IInterpolatingParent
StringListMap.getTerraformResource()
protected IInterpolatingParent
StringMap.getTerraformResource()
protected IInterpolatingParent
StringMapList.getTerraformResource()
Methods in com.hashicorp.cdktf with parameters of type IInterpolatingParentModifier and TypeMethodDescriptionprotected void
AnyListList.setTerraformResource
(IInterpolatingParent value) protected void
AnyListMap.setTerraformResource
(IInterpolatingParent value) protected void
AnyMap.setTerraformResource
(IInterpolatingParent value) protected void
AnyMapList.setTerraformResource
(IInterpolatingParent value) protected void
BooleanList.setTerraformResource
(IInterpolatingParent value) protected void
BooleanListList.setTerraformResource
(IInterpolatingParent value) protected void
BooleanListMap.setTerraformResource
(IInterpolatingParent value) protected void
BooleanMap.setTerraformResource
(IInterpolatingParent value) protected void
BooleanMapList.setTerraformResource
(IInterpolatingParent value) protected void
ComplexComputedList.setTerraformResource
(IInterpolatingParent value) Deprecated.protected void
ComplexList.setTerraformResource
(IInterpolatingParent value) protected void
ComplexMap.setTerraformResource
(IInterpolatingParent value) protected void
ComplexObject.setTerraformResource
(IInterpolatingParent value) protected void
MapList.setTerraformResource
(IInterpolatingParent value) protected void
NumberListList.setTerraformResource
(IInterpolatingParent value) protected void
NumberListMap.setTerraformResource
(IInterpolatingParent value) protected void
NumberMap.setTerraformResource
(IInterpolatingParent value) protected void
NumberMapList.setTerraformResource
(IInterpolatingParent value) protected void
StringListList.setTerraformResource
(IInterpolatingParent value) protected void
StringListMap.setTerraformResource
(IInterpolatingParent value) protected void
StringMap.setTerraformResource
(IInterpolatingParent value) protected void
StringMapList.setTerraformResource
(IInterpolatingParent value) Constructors in com.hashicorp.cdktf with parameters of type IInterpolatingParentModifierConstructorDescriptionAnyListList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) AnyListMap
(IInterpolatingParent terraformResource, String terraformAttribute) AnyMap
(IInterpolatingParent terraformResource, String terraformAttribute) AnyMapList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) BooleanList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) BooleanListList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) BooleanListMap
(IInterpolatingParent terraformResource, String terraformAttribute) BooleanMap
(IInterpolatingParent terraformResource, String terraformAttribute) BooleanMapList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) ComplexComputedList
(IInterpolatingParent terraformResource, String terraformAttribute, String complexComputedListIndex) Deprecated.ComplexComputedList
(IInterpolatingParent terraformResource, String terraformAttribute, String complexComputedListIndex, Boolean wrapsSet) Deprecated.protected
ComplexList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) protected
ComplexMap
(IInterpolatingParent terraformResource, String terraformAttribute) ComplexObject
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean complexObjectIsFromSet) ComplexObject
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean complexObjectIsFromSet, Object complexObjectIndex) protected
MapList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) NumberListList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) NumberListMap
(IInterpolatingParent terraformResource, String terraformAttribute) NumberMap
(IInterpolatingParent terraformResource, String terraformAttribute) NumberMapList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) StringListList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) StringListMap
(IInterpolatingParent terraformResource, String terraformAttribute) StringMap
(IInterpolatingParent terraformResource, String terraformAttribute) StringMapList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet)