value property

Input<String?>? value
final

A single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

Implementation

final pulumi.Input<String?>? value;