ISecretsManagerFilter
Interface in AWS.SecretsManager
Interface for Filter.
Properties
Key
property Key: string
Specify the key to filter secrets by.
Valid keys: - description: Prefix match, not case-sensitive. - name: Prefix match, case-sensitive. - tag-key: Prefix match, case-sensitive. - tag-value: Prefix match, case-sensitive. - primary-region: Prefix match, case-sensitive. - all: Breaks the filter value string into words and then searches all attributes for matches. Not case-sensitive.
Values
property Values: TList<string>
Specify a list of keywords to filter for.
A search value can be prefixed with an exclamation mark (!) to perform a negative filter. Requires minimum of 1 item. Maximum of 10 items are allowed.