@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-04-14T14:24:19.040Z") @Stability(value=Experimental) public abstract class ComplexList extends software.amazon.jsii.JsiiObject implements ITerraformAddressable, IResolvable
software.amazon.jsii.JsiiObject.InitializationMode
ITerraformAddressable.Jsii$Default
IResolvable.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 |
computeFqn() |
List<String> |
getCreationStack()
(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
String |
getFqn() |
protected String |
getTerraformAttribute() |
protected IInterpolatingParent |
getTerraformResource() |
protected Boolean |
getWrapsSet() |
Object |
resolve(IResolveContext _context)
(experimental) Produce the Token's value at resolution time.
|
protected void |
setTerraformAttribute(String value) |
protected void |
setTerraformResource(IInterpolatingParent value) |
protected void |
setWrapsSet(Boolean value) |
String |
toString()
(experimental) Return a string representation of this resolvable object.
|
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 computeFqn()
@Stability(value=Experimental) @NotNull public Object resolve(@NotNull IResolveContext _context)
resolve
in interface IResolvable
_context
- This parameter is required.@Stability(value=Experimental) @NotNull public String toString()
Returns a reversible string representation.
toString
in interface IResolvable
toString
in class Object
@Stability(value=Experimental) @NotNull public List<String> getCreationStack()
If this returns an empty array the stack will not be attached.
getCreationStack
in interface IResolvable
@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 © 2023. All rights reserved.