Package com.hashicorp.cdktf
Class BooleanListMap
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.ComplexMap
com.hashicorp.cdktf.BooleanListMap
- All Implemented Interfaces:
IResolvable,ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:00.843Z")
@Stability(Experimental)
public class BooleanListMap
extends ComplexMap
-
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.IResolvable
IResolvable.Jsii$DefaultNested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable
ITerraformAddressable.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionBooleanListMap(IInterpolatingParent terraformResource, String terraformAttribute) protectedBooleanListMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedBooleanListMap(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected IInterpolatingParentprotected voidsetTerraformAttribute(String value) protected voidMethods inherited from class com.hashicorp.cdktf.ComplexMap
computeFqn, getCreationStack, getFqn, interpolationForAttribute, resolve, toStringMethods 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
-
BooleanListMap
protected BooleanListMap(software.amazon.jsii.JsiiObjectRef objRef) -
BooleanListMap
protected BooleanListMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
BooleanListMap
@Stability(Experimental) public BooleanListMap(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute) - Parameters:
terraformResource- This parameter is required.terraformAttribute- This parameter is required.
-
-
Method Details
-
get
- Parameters:
key- This parameter is required.
-
getTerraformAttribute
- Overrides:
getTerraformAttributein classComplexMap
-
setTerraformAttribute
- Overrides:
setTerraformAttributein classComplexMap
-
getTerraformResource
- Overrides:
getTerraformResourcein classComplexMap
-
setTerraformResource
- Overrides:
setTerraformResourcein classComplexMap
-