TaskFilter

You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location.

For more information, see filtering DataSync resources.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the filter being used. Each API call supports a list of filters that are available for it. For example, LocationId for ListTasks.

Link copied to clipboard

The operator that is used to compare filter values (for example, Equals or Contains).

Link copied to clipboard

The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.

Functions

Link copied to clipboard
inline fun copy(block: TaskFilter.Builder.() -> Unit = {}): TaskFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String