AttributeRef<T> class
final
Public for sealed pattern matching, but constructor is private — only
TfRef.attribute() may construct instances.
Properties
- attr → String
-
final
- bareAddress → String
-
Bare address form:
address.attr(no${...}). Used independs_on,replace_triggered_by,for_eachpositions 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