DataQualityResultFilterCriteria
Criteria used to return data quality results.
Contents
- DataSource
-
Filter results by the specified data source. For example, retrieving all results for an AWS Glue table.
Type: DataSource object
Required: No
- JobName
-
Filter results by the specified job name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- JobRunId
-
Filter results by the specified job run ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- StartedAfter
-
Filter results by runs that started after this time.
Type: Timestamp
Required: No
- StartedBefore
-
Filter results by runs that started before this time.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: