argMap property

Map<String, TfArg?> argMap
finalinherited

Argument-name → TfArg map. Keys are snake_case (Terraform JSON name). Synth emits these keys directly; the factory is responsible for the camelCase → snake_case translation at construction time.

Implementation

final Map<String, TfArg<dynamic>?> argMap;