@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-27T11:49:44.813Z") @Stability(value=Experimental) public class BooleanMap extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
|
BooleanMap(IInterpolatingParent terraformResource,
String terraformAttribute) |
protected |
BooleanMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BooleanMap(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected String |
getTerraformAttribute() |
protected IInterpolatingParent |
getTerraformResource() |
IResolvable |
lookup(String key) |
protected void |
setTerraformAttribute(String value) |
protected void |
setTerraformResource(IInterpolatingParent value) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected BooleanMap(software.amazon.jsii.JsiiObjectRef objRef)
protected BooleanMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public BooleanMap(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute)
terraformResource
- This parameter is required.terraformAttribute
- This parameter is required.@Stability(value=Experimental) @NotNull public IResolvable lookup(@NotNull String key)
key
- This parameter is required.@Stability(value=Experimental) @NotNull protected String getTerraformAttribute()
@Stability(value=Experimental) protected void setTerraformAttribute(@NotNull String value)
@Stability(value=Experimental) @NotNull protected IInterpolatingParent getTerraformResource()
@Stability(value=Experimental) protected void setTerraformResource(@NotNull IInterpolatingParent value)
Copyright © 2022. All rights reserved.