RefreshSchedule

The refresh schedule of a dataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the refresh schedule.

Link copied to clipboard

The type of refresh that a datset undergoes. Valid values are as follows:

Link copied to clipboard

The frequency for the refresh schedule.

Link copied to clipboard

An identifier for the refresh schedule.

Link copied to clipboard

Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.

Functions

Link copied to clipboard
inline fun copy(block: RefreshSchedule.Builder.() -> Unit = {}): RefreshSchedule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String