uniqueWriterIdentity

@JvmName(name = "nyyuswtvbinsjqkx")
suspend fun uniqueWriterIdentity(value: Output<Boolean>)
@JvmName(name = "pfkuqnctmbjwihrq")
suspend fun uniqueWriterIdentity(value: Boolean?)

Parameters

value

Whether or not to create a unique identity associated with this sink. If false (the default), then the writer_identity used is serviceAccount:cloud-logs@system.gserviceaccount.com. If true, then a unique service account is created and used for this sink. If you wish to publish logs across projects or utilize bigquery_options, you must set unique_writer_identity to true.