redactedFields

@JvmName(name = "rhbnrcxvsoadvuvk")
suspend fun redactedFields(value: Output<List<FieldToMatchArgs>>)
@JvmName(name = "nvfpqwspqrftkhpa")
suspend fun redactedFields(value: List<FieldToMatchArgs>?)

Parameters

value

The parts of the request that you want to keep out of the logs. For example, if you redact the HEADER field, the HEADER field in the firehose will be xxx.


@JvmName(name = "noverjkfoeraxcdc")
suspend fun redactedFields(vararg values: Output<FieldToMatchArgs>)


@JvmName(name = "ebgxnylwbaxcgmne")
suspend fun redactedFields(values: List<Output<FieldToMatchArgs>>)
@JvmName(name = "mxeukjeehcvhloir")
suspend fun redactedFields(vararg values: FieldToMatchArgs)

Parameters

values

The parts of the request that you want to keep out of the logs. For example, if you redact the HEADER field, the HEADER field in the firehose will be xxx.


@JvmName(name = "pnbfdslwrdvoxddo")
suspend fun redactedFields(argument: List<suspend FieldToMatchArgsBuilder.() -> Unit>)
@JvmName(name = "vtdpoveacfhytjtg")
suspend fun redactedFields(vararg argument: suspend FieldToMatchArgsBuilder.() -> Unit)
@JvmName(name = "dbbnegcpqkenbexd")
suspend fun redactedFields(argument: suspend FieldToMatchArgsBuilder.() -> Unit)

Parameters

argument

The parts of the request that you want to keep out of the logs. For example, if you redact the HEADER field, the HEADER field in the firehose will be xxx.