Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty

The exclude period of TimeRangeFilter or RelativeDatesFilter .

Inheritance
object
CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty
Implements
CfnDashboardPropsMixin.IExcludePeriodConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty : CfnDashboardPropsMixin.IExcludePeriodConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty Implements CfnDashboardPropsMixin.IExcludePeriodConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-excludeperiodconfiguration.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 excludePeriodConfigurationProperty = new ExcludePeriodConfigurationProperty {
                 Amount = 123,
                 Granularity = "granularity",
                 Status = "status"
             };

Synopsis

Constructors

ExcludePeriodConfigurationProperty()

The exclude period of TimeRangeFilter or RelativeDatesFilter .

Properties

Amount

The amount or number of the exclude period.

Granularity

The granularity or unit (day, month, year) of the exclude period.

Status

The status of the exclude period. Choose from the following options:.

Constructors

ExcludePeriodConfigurationProperty()

The exclude period of TimeRangeFilter or RelativeDatesFilter .

public ExcludePeriodConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-excludeperiodconfiguration.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 excludePeriodConfigurationProperty = new ExcludePeriodConfigurationProperty {
                 Amount = 123,
                 Granularity = "granularity",
                 Status = "status"
             };

Properties

Amount

The amount or number of the exclude period.

public double? Amount { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-excludeperiodconfiguration.html#cfn-quicksight-dashboard-excludeperiodconfiguration-amount

Granularity

The granularity or unit (day, month, year) of the exclude period.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-excludeperiodconfiguration.html#cfn-quicksight-dashboard-excludeperiodconfiguration-granularity

Status

The status of the exclude period. Choose from the following options:.

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-excludeperiodconfiguration.html#cfn-quicksight-dashboard-excludeperiodconfiguration-status

    Implements

    CfnDashboardPropsMixin.IExcludePeriodConfigurationProperty
    Back to top Generated by DocFX