filters

@JvmName(name = "whtkjilnnhbvvuqk")
suspend fun filters(value: List<GetKeyPairFilter>?)

Parameters

value

Custom filter block as described below. The arguments of this data source act as filters for querying the available Key Pairs. The given filters must match exactly one Key Pair whose data will be exported as attributes.


@JvmName(name = "xxqqjifyforlyeju")
suspend fun filters(argument: List<suspend GetKeyPairFilterBuilder.() -> Unit>)
@JvmName(name = "wwayjlgdwecyjsvi")
suspend fun filters(vararg argument: suspend GetKeyPairFilterBuilder.() -> Unit)
@JvmName(name = "rqafyrbejrluqqhe")
suspend fun filters(argument: suspend GetKeyPairFilterBuilder.() -> Unit)

Parameters

argument

Custom filter block as described below. The arguments of this data source act as filters for querying the available Key Pairs. The given filters must match exactly one Key Pair whose data will be exported as attributes.


@JvmName(name = "vbpcsuyfwdnuwxrw")
suspend fun filters(vararg values: GetKeyPairFilter)

Parameters

values

Custom filter block as described below. The arguments of this data source act as filters for querying the available Key Pairs. The given filters must match exactly one Key Pair whose data will be exported as attributes.