Filter Finding Criteria Criterion Args
data class FilterFindingCriteriaCriterionArgs(val equals: Output<List<String>>? = null, val field: Output<String>, val greaterThan: Output<String>? = null, val greaterThanOrEqual: Output<String>? = null, val lessThan: Output<String>? = null, val lessThanOrEqual: Output<String>? = null, val notEquals: Output<List<String>>? = null) : ConvertibleToJava<FilterFindingCriteriaCriterionArgs>
Properties
Link copied to clipboard
The name of the field to be evaluated. The full list of field names can be found in AWS documentation.
Link copied to clipboard
A value to be evaluated. Accepts either an integer or a date in RFC 3339 format.
Link copied to clipboard
A value to be evaluated. Accepts either an integer or a date in RFC 3339 format.
Link copied to clipboard
A value to be evaluated. Accepts either an integer or a date in RFC 3339 format.
Link copied to clipboard
A value to be evaluated. Accepts either an integer or a date in RFC 3339 format.