OssExportSinkConfiguration

data class OssExportSinkConfiguration(val fromTime: Int, val logstore: String, val roleArn: String, val sink: OssExportSinkConfigurationSink, val toTime: Int)

Constructors

Link copied to clipboard
constructor(fromTime: Int, logstore: String, roleArn: String, sink: OssExportSinkConfigurationSink, toTime: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The beginning of the time range to ship data. The value 1 specifies that the data shipping job ships data from the first log in the Logstore. Example value: 1718380800

Link copied to clipboard

The name of the Logstore.

Link copied to clipboard

The ARN of the RAM role that is used to write data to OSS. Example value: acs:ram::xxxxxxx

Link copied to clipboard

The configurations of the Object Storage Service (OSS) data shipping job. See sink below.

Link copied to clipboard
val toTime: Int

The end of the time range to ship data. The value 0 specifies that the data shipping job continuously ships data until the job is manually stopped. Example value: 1718380800