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

Properties

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

The AWS account ID of the account that you are creating a schedule in.

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

The ID of the dataset that you are creating a refresh schedule for.

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

The refresh schedule of a dataset.

Functions

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