Package com.hashicorp.cdktf
Class ComplexComputedList
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.ComplexComputedList
- All Implemented Interfaces:
IInterpolatingParent
,IResolvable
,ITerraformAddressable
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
date="2023-07-26T11:31:27.464Z")
@Stability(Deprecated)
@Deprecated
public class ComplexComputedList
extends software.amazon.jsii.JsiiObject
implements IInterpolatingParent, IResolvable, ITerraformAddressable
Deprecated.
Going to be replaced by Array of ComplexListItem
and will be removed in the future
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
IInterpolatingParent.Jsii$Default, IInterpolatingParent.Jsii$Proxy
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IResolvable
IResolvable.Jsii$Default, IResolvable.Jsii$Proxy
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable
ITerraformAddressable.Jsii$Default, ITerraformAddressable.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionComplexComputedList
(IInterpolatingParent terraformResource, String terraformAttribute, String complexComputedListIndex) Deprecated.ComplexComputedList
(IInterpolatingParent terraformResource, String terraformAttribute, String complexComputedListIndex, Boolean wrapsSet) Deprecated.protected
ComplexComputedList
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protected
ComplexComputedList
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getAnyMapAttribute
(String terraformAttribute) Deprecated.getBooleanAttribute
(String terraformAttribute) Deprecated.getBooleanMapAttribute
(String terraformAttribute) Deprecated.protected String
Deprecated.Deprecated.getFqn()
Deprecated.getListAttribute
(String terraformAttribute) Deprecated.getNumberAttribute
(String terraformAttribute) Deprecated.getNumberListAttribute
(String terraformAttribute) Deprecated.getNumberMapAttribute
(String terraformAttribute) Deprecated.getStringAttribute
(String terraformAttribute) Deprecated.getStringMapAttribute
(String terraformAttribute) Deprecated.protected String
Deprecated.protected IInterpolatingParent
Deprecated.protected Boolean
Deprecated.interpolationForAttribute
(String property) Deprecated.resolve
(IResolveContext _context) Deprecated.protected void
Deprecated.protected void
setTerraformAttribute
(String value) Deprecated.protected void
Deprecated.protected void
setWrapsSet
(Boolean value) Deprecated.toString()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ComplexComputedList
protected ComplexComputedList(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
ComplexComputedList
protected ComplexComputedList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
ComplexComputedList
@Stability(Deprecated) @Deprecated public ComplexComputedList(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull String complexComputedListIndex, @Nullable Boolean wrapsSet) Deprecated.- Parameters:
terraformResource
- This parameter is required.terraformAttribute
- This parameter is required.complexComputedListIndex
- This parameter is required.wrapsSet
-
-
ComplexComputedList
@Stability(Deprecated) @Deprecated public ComplexComputedList(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull String complexComputedListIndex) Deprecated.- Parameters:
terraformResource
- This parameter is required.terraformAttribute
- This parameter is required.complexComputedListIndex
- This parameter is required.
-
-
Method Details
-
computeFqn
Deprecated. -
getAnyMapAttribute
@Stability(Deprecated) @Deprecated @NotNull public Map<String,Object> getAnyMapAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getBooleanAttribute
@Stability(Deprecated) @Deprecated @NotNull public IResolvable getBooleanAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getBooleanMapAttribute
@Stability(Deprecated) @Deprecated @NotNull public Map<String,Boolean> getBooleanMapAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getListAttribute
@Stability(Deprecated) @Deprecated @NotNull public List<String> getListAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getNumberAttribute
@Stability(Deprecated) @Deprecated @NotNull public Number getNumberAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getNumberListAttribute
@Stability(Deprecated) @Deprecated @NotNull public List<Number> getNumberListAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getNumberMapAttribute
@Stability(Deprecated) @Deprecated @NotNull public Map<String,Number> getNumberMapAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getStringAttribute
@Stability(Deprecated) @Deprecated @NotNull public String getStringAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
getStringMapAttribute
@Stability(Deprecated) @Deprecated @NotNull public Map<String,String> getStringMapAttribute(@NotNull String terraformAttribute) Deprecated.- Parameters:
terraformAttribute
- This parameter is required.
-
interpolationForAttribute
@Stability(Deprecated) @Deprecated @NotNull public IResolvable interpolationForAttribute(@NotNull String property) Deprecated.- Specified by:
interpolationForAttribute
in interfaceIInterpolatingParent
- Parameters:
property
- This parameter is required.
-
resolve
@Stability(Deprecated) @Deprecated @NotNull public Object resolve(@NotNull IResolveContext _context) Deprecated.(deprecated) Produce the Token's value at resolution time.- Specified by:
resolve
in interfaceIResolvable
- Parameters:
_context
- This parameter is required.
-
toString
Deprecated.(deprecated) Return a string representation of this resolvable object.Returns a reversible string representation.
- Specified by:
toString
in interfaceIResolvable
- Overrides:
toString
in classObject
-
getCreationStack
Deprecated.(deprecated) The creation stack of this resolvable which will be appended to errors thrown during resolution.If this returns an empty array the stack will not be attached.
- Specified by:
getCreationStack
in interfaceIResolvable
-
getFqn
Deprecated.- Specified by:
getFqn
in interfaceITerraformAddressable
-
getComplexComputedListIndex
Deprecated. -
setComplexComputedListIndex
@Stability(Deprecated) @Deprecated protected void setComplexComputedListIndex(@NotNull String value) Deprecated. -
getTerraformAttribute
Deprecated. -
setTerraformAttribute
Deprecated. -
getTerraformResource
Deprecated. -
setTerraformResource
@Stability(Deprecated) @Deprecated protected void setTerraformResource(@NotNull IInterpolatingParent value) Deprecated. -
getWrapsSet
Deprecated. -
setWrapsSet
Deprecated.
-