Package-level declarations

Types

Link copied to clipboard
class TraceSink : KotlinCustomResource

Creates a sink that exports trace spans to a destination. The export of newly-ingested traces begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export traces only from the resource owning the sink (the 'parent').

Link copied to clipboard
data class TraceSinkArgs(val name: Output<String>? = null, val outputConfig: Output<OutputConfigArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<TraceSinkArgs>

Creates a sink that exports trace spans to a destination. The export of newly-ingested traces begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export traces only from the resource owning the sink (the 'parent').

Link copied to clipboard
Link copied to clipboard
object TraceSinkMapper : ResourceMapper<TraceSink>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun traceSink(name: String, block: suspend TraceSinkResourceBuilder.() -> Unit): TraceSink