RefreshScheduleArgs

data class RefreshScheduleArgs(val awsAccountId: Output<String>? = null, val dataSetId: Output<String>? = null, val schedule: Output<RefreshScheduleMapArgs>? = null) : ConvertibleToJava<RefreshScheduleArgs>

Definition of the AWS::QuickSight::RefreshSchedule Resource Type.

Constructors

Link copied to clipboard
fun RefreshScheduleArgs(awsAccountId: Output<String>? = null, dataSetId: Output<String>? = null, schedule: Output<RefreshScheduleMapArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null
Link copied to clipboard
val dataSetId: Output<String>? = null
Link copied to clipboard
val schedule: Output<RefreshScheduleMapArgs>? = null