@Generated(value="jsii-pacmak/1.77.0 (build 3e5fa88)", date="2023-04-05T14:53:11.947Z") @Stability(value=Experimental) public abstract class MapList extends software.amazon.jsii.JsiiObject implements ITerraformAddressable, IInterpolatingParent, IResolvable
software.amazon.jsii.JsiiObject.InitializationMode
ITerraformAddressable.Jsii$Default
IInterpolatingParent.Jsii$Default
IResolvable.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
MapList(IInterpolatingParent terraformResource,
String terraformAttribute,
Boolean wrapsSet) |
protected |
MapList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
MapList(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() |
IResolvable |
interpolationForAttribute(String property) |
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 MapList(software.amazon.jsii.JsiiObjectRef objRef)
protected MapList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected MapList(@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 IResolvable interpolationForAttribute(@NotNull String property)
interpolationForAttribute
in interface IInterpolatingParent
property
- This parameter is required.@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.