Interface ICfnRefreshScheduleMixinProps
Properties for CfnRefreshSchedulePropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnRefreshScheduleMixinProps
Syntax (vb)
Public Interface ICfnRefreshScheduleMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var cfnRefreshScheduleMixinProps = new CfnRefreshScheduleMixinProps {
AwsAccountId = "awsAccountId",
DataSetId = "dataSetId",
Schedule = new RefreshScheduleMapProperty {
RefreshType = "refreshType",
ScheduleFrequency = new ScheduleFrequencyProperty {
Interval = "interval",
RefreshOnDay = new RefreshOnDayProperty {
DayOfMonth = "dayOfMonth",
DayOfWeek = "dayOfWeek"
},
TimeOfTheDay = "timeOfTheDay",
TimeZone = "timeZone"
},
ScheduleId = "scheduleId",
StartAfterDateTime = "startAfterDateTime"
}
};
Synopsis
Properties
| AwsAccountId | The AWS account ID of the account that you are creating a schedule in. |
| DataSetId | The ID of the dataset that you are creating a refresh schedule for. |
| Schedule | The refresh schedule of a dataset. |
Properties
AwsAccountId
The AWS account ID of the account that you are creating a schedule in.
string? AwsAccountId { get; }
Property Value
Remarks
DataSetId
The ID of the dataset that you are creating a refresh schedule for.
string? DataSetId { get; }
Property Value
Remarks
Schedule
The refresh schedule of a dataset.
object? Schedule { get; }