
com.pulumi.aws.datasync.kotlin.outputs.TaskSchedule.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.datasync.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property scheduleExpression Specifies the schedule you want your task to use for repeated executions. For more information, see [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).
*/
public data class TaskSchedule(
public val scheduleExpression: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.datasync.outputs.TaskSchedule): TaskSchedule =
TaskSchedule(
scheduleExpression = javaType.scheduleExpression(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy