includeExecutionDatas

@JvmName(name = "arqkuisvtgqlmlvm")
suspend fun includeExecutionDatas(value: Output<List<String>>)
@JvmName(name = "qorjggrcuutonmwx")
suspend fun includeExecutionDatas(value: List<String>?)

Parameters

value

String list that specifies whether the execution data (specifically, the payload, awsRequest, and awsResponse fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. Valid values ALL.


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


@JvmName(name = "pttfvbtwukajkait")
suspend fun includeExecutionDatas(values: List<Output<String>>)
@JvmName(name = "eprdvgburlwfmwyg")
suspend fun includeExecutionDatas(vararg values: String)

Parameters

values

String list that specifies whether the execution data (specifically, the payload, awsRequest, and awsResponse fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. Valid values ALL.