Show / Hide Table of Contents

Class CfnRefreshSchedulePropsMixin.RefreshOnDayProperty

The day that you want yout dataset to refresh.

Inheritance
object
CfnRefreshSchedulePropsMixin.RefreshOnDayProperty
Implements
CfnRefreshSchedulePropsMixin.IRefreshOnDayProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRefreshSchedulePropsMixin.RefreshOnDayProperty : CfnRefreshSchedulePropsMixin.IRefreshOnDayProperty
Syntax (vb)
Public Class CfnRefreshSchedulePropsMixin.RefreshOnDayProperty Implements CfnRefreshSchedulePropsMixin.IRefreshOnDayProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-refreshschedule-refreshonday.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var refreshOnDayProperty = new RefreshOnDayProperty {
                 DayOfMonth = "dayOfMonth",
                 DayOfWeek = "dayOfWeek"
             };

Synopsis

Constructors

RefreshOnDayProperty()

The day that you want yout dataset to refresh.

Properties

DayOfMonth

The day of the month that you want your dataset to refresh.

DayOfWeek

The day of the week that you want to schedule the refresh on.

Constructors

RefreshOnDayProperty()

The day that you want yout dataset to refresh.

public RefreshOnDayProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-refreshschedule-refreshonday.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var refreshOnDayProperty = new RefreshOnDayProperty {
                 DayOfMonth = "dayOfMonth",
                 DayOfWeek = "dayOfWeek"
             };

Properties

DayOfMonth

The day of the month that you want your dataset to refresh.

public string? DayOfMonth { get; set; }
Property Value

string

Remarks

This value is required for monthly refresh intervals.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-refreshschedule-refreshonday.html#cfn-quicksight-refreshschedule-refreshonday-dayofmonth

DayOfWeek

The day of the week that you want to schedule the refresh on.

public string? DayOfWeek { get; set; }
Property Value

string

Remarks

This value is required for weekly and monthly refresh intervals.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-refreshschedule-refreshonday.html#cfn-quicksight-refreshschedule-refreshonday-dayofweek

Implements

CfnRefreshSchedulePropsMixin.IRefreshOnDayProperty
Back to top Generated by DocFX