Show / Hide Table of Contents

Interface CfnTemplate.IExcludePeriodConfigurationProperty

The exclude period of TimeRangeFilter or RelativeDatesFilter .

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IExcludePeriodConfigurationProperty
Syntax (vb)
Public Interface CfnTemplate.IExcludePeriodConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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

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

Properties

Amount

The amount or number of the exclude period.

double Amount { get; }
Property Value

double

Remarks

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

Granularity

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

string Granularity { get; }
Property Value

string

Remarks

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

Status

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

string? Status { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX