Filter

class Filter

Use filters to return a subset of resources. You can define filters for specific parameters, such as the resource status.

Types

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

Properties

Link copied to clipboard

Filter based on the Amazon Resource Number (ARN) of the resource. You can specify up to 10 values.

Link copied to clipboard

Filter based on the resource status. You can specify up to 10 values.

Link copied to clipboard

The type of resources to be filtered. You can specify one or more of the resource types.

Functions

Link copied to clipboard
inline fun copy(block: Filter.Builder.() -> Unit = {}): Filter
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