Show / Hide Table of Contents

Class CfnTemplate.ExcludePeriodConfigurationProperty

The exclude period of TimeRangeFilter or RelativeDatesFilter .

Inheritance
object
CfnTemplate.ExcludePeriodConfigurationProperty
Implements
CfnTemplate.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.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.ExcludePeriodConfigurationProperty : CfnTemplate.IExcludePeriodConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.ExcludePeriodConfigurationProperty Implements 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

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-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"
             };

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-template-excludeperiodconfiguration.html#cfn-quicksight-template-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-template-excludeperiodconfiguration.html#cfn-quicksight-template-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-template-excludeperiodconfiguration.html#cfn-quicksight-template-excludeperiodconfiguration-status

    Implements

    CfnTemplate.IExcludePeriodConfigurationProperty
    Back to top Generated by DocFX