stringNotLikes property

Input<List<SelectionConditionStringNotLike>?>? stringNotLikes
final

Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string. See below for details.

Implementation

final pulumi.Input<List<SelectionConditionStringNotLike>?>? stringNotLikes;