stringLikes property

Input<List<SelectionConditionStringLike>?>? stringLikes
final

Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string. For example, prod* or *rod* matches the tag value production. See below for details.

Implementation

final pulumi.Input<List<SelectionConditionStringLike>?>? stringLikes;