auditNonHmacRequestKeys

@JvmName(name = "hmpgpgfqxjuhscmf")
suspend fun auditNonHmacRequestKeys(value: Output<List<String>>)
@JvmName(name = "rkofyseyckpuqhga")
suspend fun auditNonHmacRequestKeys(value: List<String>?)

Parameters

value

Specifies the list of keys that will not be HMAC'd by audit devices in the request data object.


@JvmName(name = "ofeotdgnfosnosql")
suspend fun auditNonHmacRequestKeys(vararg values: Output<String>)


@JvmName(name = "rdngaqascjmblkvq")
suspend fun auditNonHmacRequestKeys(values: List<Output<String>>)
@JvmName(name = "rlpcptjlbmopxlxr")
suspend fun auditNonHmacRequestKeys(vararg values: String)

Parameters

values

Specifies the list of keys that will not be HMAC'd by audit devices in the request data object.