OssExportSinkArgs

data class OssExportSinkArgs(val configuration: Output<OssExportSinkConfigurationArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val jobName: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<OssExportSinkArgs>

Provides a Log Service (SLS) Oss Export Sink resource. OSS export task. For information about Log Service (SLS) Oss Export Sink and how to use it, see What is Oss Export Sink.

NOTE: Available since v1.237.0.

Import

Log Service (SLS) Oss Export Sink can be imported using the id, e.g.

$ pulumi import alicloud:sls/ossExportSink:OssExportSink example <project>:<job_name>

Constructors

Link copied to clipboard
constructor(configuration: Output<OssExportSinkConfigurationArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, jobName: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard

OSSExportConfiguration See configuration below.

Link copied to clipboard
val description: Output<String>? = null

The description of the job.

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the job.

Link copied to clipboard
val jobName: Output<String>? = null

The unique identifier of the OSS data shipping job.

Link copied to clipboard
val project: Output<String>? = null

The name of the project.

Functions

Link copied to clipboard
open override fun toJava(): OssExportSinkArgs