class
Amazonite::SecretsManager::Filter
- Amazonite::SecretsManager::Filter
- Reference
- Object
Overview
Allows you to add filters when you use the search function in Secrets Manager. For more information, see Find secrets in Secrets Manager.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : FilterNameStringType | Nil = nil, values : Array(String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : FilterNameStringType | Nil
The following are keys you can use:
-
#key=(key : FilterNameStringType | Nil)
The following are keys you can use:
- #validate! : Nil
-
#values : Array(String) | Nil
The keyword to filter for.
-
#values=(values : Array(String) | Nil)
The keyword to filter for.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The following are keys you can use:
-
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.
-
owning-service: Prefix match, case-sensitive.
-
all: Breaks the filter value string into words and then searches all attributes for matches. Not case-sensitive.
The following are keys you can use:
-
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.
-
owning-service: Prefix match, case-sensitive.
-
all: Breaks the filter value string into words and then searches all attributes for matches. Not case-sensitive.
The keyword to filter for.
You can prefix your search value with an exclamation mark (!) in order to perform negation
filters.
The keyword to filter for.
You can prefix your search value with an exclamation mark (!) in order to perform negation
filters.