DatasetScheduleArgs

data class DatasetScheduleArgs(val scheduleExpression: Output<String>) : ConvertibleToJava<DatasetScheduleArgs>

Constructors

Link copied to clipboard
constructor(scheduleExpression: Output<String>)

Properties

Link copied to clipboard

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch documentation.

Functions

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