Refresh Schedule Args
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
constructor(awsAccountId: Output<String>? = null, dataSetId: Output<String>? = null, schedule: Output<RefreshScheduleMapArgs>? = null)