EtlConfigurationSink

data class EtlConfigurationSink(val datasets: List<String>, val endpoint: String, val logstore: String, val name: String, val project: String, val roleArn: String)

Constructors

Link copied to clipboard
constructor(datasets: List<String>, endpoint: String, logstore: String, name: String, project: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Write Result Set.

Link copied to clipboard

The endpoint of the region where the target Project is located.

Link copied to clipboard

Destination Logstore Name.

Link copied to clipboard

Output Destination Name.

Link copied to clipboard

Project Name.

Link copied to clipboard

The ARN role that authorizes writing to the target Logstore.