@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-03-25T13:00:54.574Z") @Stability(value=Experimental) public abstract class ComplexList extends software.amazon.jsii.JsiiObject implements ITerraformAddressable
software.amazon.jsii.JsiiObject.InitializationMode
ITerraformAddressable.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
ComplexList(IInterpolatingParent terraformResource,
String terraformAttribute,
Boolean wrapsSet) |
protected |
ComplexList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ComplexList(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getFqn() |
protected String |
getTerraformAttribute() |
protected IInterpolatingParent |
getTerraformResource() |
protected Boolean |
getWrapsSet() |
protected void |
setTerraformAttribute(String value) |
protected void |
setTerraformResource(IInterpolatingParent value) |
protected void |
setWrapsSet(Boolean value) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected ComplexList(software.amazon.jsii.JsiiObjectRef objRef)
protected ComplexList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected ComplexList(@NotNull IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Boolean wrapsSet)
terraformResource
- This parameter is required.terraformAttribute
- This parameter is required.wrapsSet
- This parameter is required.@Stability(value=Experimental) @NotNull public String getFqn()
getFqn
in interface ITerraformAddressable
@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)
@Stability(value=Experimental) @NotNull protected Boolean getWrapsSet()
@Stability(value=Experimental) protected void setWrapsSet(@NotNull Boolean value)
Copyright © 2022. All rights reserved.