AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Allows you to add filters when you use the search function in Secrets Manager. For more information, see Find secrets in Secrets Manager.

Inheritance Hierarchy

System.Object
  Amazon.SecretsManager.Model.Filter

Namespace: Amazon.SecretsManager.Model
Assembly: AWSSDK.SecretsManager.dll
Version: 3.x.y.z

Syntax

C#
public class Filter

The Filter type exposes the following members

Constructors

NameDescription
Public Method Filter()

Properties

NameTypeDescription
Public Property Key Amazon.SecretsManager.FilterNameStringType

Gets and sets the property Key.

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.

Public Property Values System.Collections.Generic.List<System.String>

Gets and sets the property Values.

The keyword to filter for.

You can prefix your search value with an exclamation mark (!) in order to perform negation filters.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5