AttributeRef<T> class final

Public for sealed pattern matching, but constructor is private — only TfRef.attribute() may construct instances.

Inheritance
Annotations
  • @immutable

Properties

attr String
final
bareAddress String
Bare address form: address.attr (no ${...}). Used in depends_on, replace_triggered_by, for_each positions where Terraform expects a raw reference.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
interpolation String
Terraform interpolation form: ${address.attr}. Used in resource argument JSON values.
no setteroverride
owner TfAddressed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited