logs

@JvmName(name = "dnbepapljkuawkrx")
suspend fun logs(value: Output<List<String>>)
@JvmName(name = "bnraasreskmfvsoh")
suspend fun logs(value: List<String>?)

Parameters

value

Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".


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


@JvmName(name = "dpiyscitgonteoom")
suspend fun logs(values: List<Output<String>>)
@JvmName(name = "dhfqeshuxvctovij")
suspend fun logs(vararg values: String)

Parameters

values

Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".