Skip to main content

Initializers

using Io.Cdktn;

new AnyListMap(IInterpolatingParent TerraformResource, string TerraformAttribute);
NameTypeDescription
TerraformResourceIInterpolatingParentNo description.
TerraformAttributestringNo description.

TerraformResourceRequired


TerraformAttributeRequired

  • Type: string

Methods

NameDescription
ComputeFqnNo description.
InterpolationForAttributeNo description.
ResolveProduce the Token’s value at resolution time.
ToStringReturn a string representation of this resolvable object.
GetNo description.

ComputeFqn

private string ComputeFqn()

InterpolationForAttribute

private IResolvable InterpolationForAttribute(string Property)

PropertyRequired

  • Type: string

Resolve

private object Resolve(IResolveContext Context)
Produce the Token’s value at resolution time.

ContextRequired


ToString

private string ToString()
Return a string representation of this resolvable object. Returns a reversible string representation.

Get

private IResolvable Get(string Key)

KeyRequired

  • Type: string

Properties

NameTypeDescription
CreationStackstring[]The creation stack of this resolvable which will be appended to errors thrown during resolution.
FqnstringNo description.

CreationStackRequired

public string[] CreationStack { get; }
  • Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution. If this returns an empty array the stack will not be attached.

FqnRequired

public string Fqn { get; }
  • Type: string