resourceIdPatterns property

List<String>? resourceIdPatterns
getter/setter pair

The pattern to filter resources by their id For example, a pattern of ".prod-cluster." will match all resources that contain "prod-cluster" in their ID.

Implementation

core.List<core.String>? resourceIdPatterns;