Package com.hashicorp.cdktf
Class ComplexMap
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.ComplexMap
- All Implemented Interfaces:
IResolvable
,ITerraformAddressable
,software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
AnyListMap
,BooleanListMap
,NumberListMap
,StringListMap
@Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)",
date="2023-11-22T14:39:30.942Z")
@Stability(Experimental)
public abstract class ComplexMap
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
ModifierConstructorDescriptionprotected
ComplexMap
(IInterpolatingParent terraformResource, String terraformAttribute) protected
ComplexMap
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ComplexMap
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescription(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.getFqn()
protected String
protected IInterpolatingParent
interpolationForAttribute
(String property) resolve
(IResolveContext _context) (experimental) Produce the Token's value at resolution time.protected void
setTerraformAttribute
(String value) protected void
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
-
ComplexMap
protected ComplexMap(software.amazon.jsii.JsiiObjectRef objRef) -
ComplexMap
protected ComplexMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ComplexMap
@Stability(Experimental) protected ComplexMap(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute) - Parameters:
terraformResource
- This parameter is required.terraformAttribute
- This parameter is required.
-
-
Method Details
-
computeFqn
-
interpolationForAttribute
@Stability(Experimental) @NotNull public IResolvable interpolationForAttribute(@NotNull String property) - Parameters:
property
- This parameter is required.
-
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
-