Package com.hashicorp.cdktf
Class ComplexList
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.ComplexList
- All Implemented Interfaces:
IResolvable
,ITerraformAddressable
,software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
AnyListList
,BooleanList
,BooleanListList
,NumberListList
,StringListList
@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)",
date="2024-04-15T08:11:31.824Z")
@Stability(Experimental)
public abstract class ComplexList
extends software.amazon.jsii.JsiiObject
implements ITerraformAddressable, IResolvable
-
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.IResolvable
IResolvable.Jsii$Default
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable
ITerraformAddressable.Jsii$Default
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ComplexList
(IInterpolatingParent terraformResource, String terraformAttribute, Boolean wrapsSet) protected
ComplexList
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ComplexList
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionallWithMapKey
(String mapKeyAttributeName) (experimental) Creating an iterator for this complex list.(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.getFqn()
protected String
protected IInterpolatingParent
protected Boolean
resolve
(IResolveContext _context) (experimental) Produce the Token's value at resolution time.protected void
setTerraformAttribute
(String value) protected void
protected void
setWrapsSet
(Boolean value) toString()
(experimental) Return a string representation of this resolvable object.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
-
ComplexList
protected ComplexList(software.amazon.jsii.JsiiObjectRef objRef) -
ComplexList
protected ComplexList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ComplexList
@Stability(Experimental) protected ComplexList(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Boolean wrapsSet) - Parameters:
terraformResource
- This parameter is required.terraformAttribute
- This parameter is required.wrapsSet
- This parameter is required.
-
-
Method Details
-
allWithMapKey
@Stability(Experimental) @NotNull public DynamicListTerraformIterator allWithMapKey(@NotNull String mapKeyAttributeName) (experimental) Creating an iterator for this complex list.The list will be converted into a map with the mapKeyAttributeName as the key.
- Parameters:
mapKeyAttributeName
- This parameter is required.
-
computeFqn
-
resolve
(experimental) Produce the Token's value at resolution time.- Specified by:
resolve
in interfaceIResolvable
- Parameters:
_context
- This parameter is required.
-
toString
(experimental) Return a string representation of this resolvable object.Returns a reversible string representation.
- Specified by:
toString
in interfaceIResolvable
- Overrides:
toString
in classObject
-
getCreationStack
(experimental) 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
- Specified by:
getFqn
in interfaceITerraformAddressable
-
getTerraformAttribute
-
setTerraformAttribute
-
getTerraformResource
-
setTerraformResource
-
getWrapsSet
-
setWrapsSet
-