assets property

Output<Map<String, dynamic>?> assets
latefinal

A map of assets found after running the command. The key is the relative path from the command dir

Implementation

late final pulumi.Output<Map<String, dynamic>?> assets;