inputPaths property
Key value pairs specified in the form of JSONPath (for example, time = $.time)
- You can have as many as 100 key-value pairs.
- You must use JSON dot notation, not bracket notation.
- The keys can't start with "AWS".
Implementation
final pulumi.Input<Map<String, String>?>? inputPaths;