Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-refreshschedule.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-refreshschedule.html#cfn-quicksight-refreshschedule-awsaccountid

DataSetId

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

string? DataSetId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-refreshschedule.html#cfn-quicksight-refreshschedule-datasetid

Schedule

The refresh schedule of a dataset.

object? Schedule { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-refreshschedule.html#cfn-quicksight-refreshschedule-schedule

Type union: either IResolvable or CfnRefreshSchedulePropsMixin.IRefreshScheduleMapProperty

Back to top Generated by DocFX