Package com.hashicorp.cdktf
Class MapList
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.MapList
- All Implemented Interfaces:
IInterpolatingParent,IResolvable,ITerraformAddressable,software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
AnyMapList,BooleanMapList,NumberMapList,StringMapList
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.053Z")
@Stability(Experimental)
public abstract class MapList
extends software.amazon.jsii.JsiiObject
implements ITerraformAddressable, IInterpolatingParent, IResolvable
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
IInterpolatingParent.Jsii$DefaultNested classes/interfaces inherited from interface com.hashicorp.cdktf.IResolvable
IResolvable.Jsii$DefaultNested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable
ITerraformAddressable.Jsii$Default -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.getFqn()protected Stringprotected IInterpolatingParentprotected BooleaninterpolationForAttribute(String property) resolve(IResolveContext _context) (experimental) Produce the Token's value at resolution time.protected voidsetTerraformAttribute(String value) protected voidprotected voidsetWrapsSet(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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
MapList
protected MapList(software.amazon.jsii.JsiiObjectRef objRef) -
MapList
protected MapList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
MapList
@Stability(Experimental) protected MapList(@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
-
computeFqn
-
interpolationForAttribute
@Stability(Experimental) @NotNull public IResolvable interpolationForAttribute(@NotNull String property) - Specified by:
interpolationForAttributein interfaceIInterpolatingParent- Parameters:
property- This parameter is required.
-
resolve
(experimental) Produce the Token's value at resolution time.- Specified by:
resolvein interfaceIResolvable- Parameters:
_context- This parameter is required.
-
toString
(experimental) Return a string representation of this resolvable object.Returns a reversible string representation.
- Specified by:
toStringin interfaceIResolvable- Overrides:
toStringin 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:
getCreationStackin interfaceIResolvable
-
getFqn
- Specified by:
getFqnin interfaceITerraformAddressable
-
getTerraformAttribute
-
setTerraformAttribute
-
getTerraformResource
-
setTerraformResource
-
getWrapsSet
-
setWrapsSet
-