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 interfaceInternal default implementation forIInterpolatingParent.Classes in com.hashicorp.cdktf that implement IInterpolatingParentModifier and TypeClassDescriptionclassclassclassDeprecated.Going to be replaced by Array of ComplexListItem and will be removed in the futureclassclass(experimental) The DataResource implements the standard resource lifecycle, but does not directly take any other actions.static final classA proxy class which represents a concrete javascript instance of this type.classclassclassclassclassMethods in com.hashicorp.cdktf that return IInterpolatingParentModifier and TypeMethodDescriptionprotected IInterpolatingParentAnyListList.getTerraformResource()protected IInterpolatingParentAnyListMap.getTerraformResource()protected IInterpolatingParentAnyMap.getTerraformResource()protected IInterpolatingParentAnyMapList.getTerraformResource()protected IInterpolatingParentBooleanList.getTerraformResource()protected IInterpolatingParentBooleanListList.getTerraformResource()protected IInterpolatingParentBooleanListMap.getTerraformResource()protected IInterpolatingParentBooleanMap.getTerraformResource()protected IInterpolatingParentBooleanMapList.getTerraformResource()protected IInterpolatingParentComplexComputedList.getTerraformResource()Deprecated.protected IInterpolatingParentComplexList.getTerraformResource()protected IInterpolatingParentComplexMap.getTerraformResource()protected IInterpolatingParentComplexObject.getTerraformResource()protected IInterpolatingParentMapList.getTerraformResource()protected IInterpolatingParentNumberListList.getTerraformResource()protected IInterpolatingParentNumberListMap.getTerraformResource()protected IInterpolatingParentNumberMap.getTerraformResource()protected IInterpolatingParentNumberMapList.getTerraformResource()protected IInterpolatingParentStringListList.getTerraformResource()protected IInterpolatingParentStringListMap.getTerraformResource()protected IInterpolatingParentStringMap.getTerraformResource()protected IInterpolatingParentStringMapList.getTerraformResource()Methods in com.hashicorp.cdktf with parameters of type IInterpolatingParentModifier and TypeMethodDescriptionprotected voidAnyListList.setTerraformResource(IInterpolatingParent value) protected voidAnyListMap.setTerraformResource(IInterpolatingParent value) protected voidAnyMap.setTerraformResource(IInterpolatingParent value) protected voidAnyMapList.setTerraformResource(IInterpolatingParent value) protected voidBooleanList.setTerraformResource(IInterpolatingParent value) protected voidBooleanListList.setTerraformResource(IInterpolatingParent value) protected voidBooleanListMap.setTerraformResource(IInterpolatingParent value) protected voidBooleanMap.setTerraformResource(IInterpolatingParent value) protected voidBooleanMapList.setTerraformResource(IInterpolatingParent value) protected voidComplexComputedList.setTerraformResource(IInterpolatingParent value) Deprecated.protected voidComplexList.setTerraformResource(IInterpolatingParent value) protected voidComplexMap.setTerraformResource(IInterpolatingParent value) protected voidComplexObject.setTerraformResource(IInterpolatingParent value) protected voidMapList.setTerraformResource(IInterpolatingParent value) protected voidNumberListList.setTerraformResource(IInterpolatingParent value) protected voidNumberListMap.setTerraformResource(IInterpolatingParent value) protected voidNumberMap.setTerraformResource(IInterpolatingParent value) protected voidNumberMapList.setTerraformResource(IInterpolatingParent value) protected voidStringListList.setTerraformResource(IInterpolatingParent value) protected voidStringListMap.setTerraformResource(IInterpolatingParent value) protected voidStringMap.setTerraformResource(IInterpolatingParent value) protected voidStringMapList.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.protectedComplexList(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) protectedComplexMap(IInterpolatingParent terraformResource, String terraformAttribute) ComplexObject(IInterpolatingParent terraformResource, String terraformAttribute, Boolean complexObjectIsFromSet) ComplexObject(IInterpolatingParent terraformResource, String terraformAttribute, Boolean complexObjectIsFromSet, Object complexObjectIndex) protectedMapList(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)