Show / Hide Table of Contents

Class CfnDashboard.ExcludePeriodConfigurationProperty

The exclude period of TimeRangeFilter or RelativeDatesFilter .

Inheritance
System.Object
CfnDashboard.ExcludePeriodConfigurationProperty
Implements
CfnDashboard.IExcludePeriodConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ExcludePeriodConfigurationProperty : Object, CfnDashboard.IExcludePeriodConfigurationProperty
Syntax (vb)
Public Class ExcludePeriodConfigurationProperty
    Inherits Object
    Implements CfnDashboard.IExcludePeriodConfigurationProperty
Remarks

Link: 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.AWS.QuickSight;

var excludePeriodConfigurationProperty = new ExcludePeriodConfigurationProperty {
    Amount = 123,
    Granularity = "granularity",

    // the properties below are optional
    Status = "status"
};

Synopsis

Constructors

ExcludePeriodConfigurationProperty()

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()

public ExcludePeriodConfigurationProperty()

Properties

Amount

The amount or number of the exclude period.

public double Amount { get; set; }
Property Value

System.Double

Remarks

Link: 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

System.String

Remarks

Link: 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

System.String

Remarks

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

    Implements

    CfnDashboard.IExcludePeriodConfigurationProperty
    Back to top Generated by DocFX