Class CfnTemplate.ExcludePeriodConfigurationProperty
The exclude period of TimeRangeFilter
or RelativeDatesFilter
.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ExcludePeriodConfigurationProperty : Object, CfnTemplate.IExcludePeriodConfigurationProperty
Syntax (vb)
Public Class ExcludePeriodConfigurationProperty
Inherits Object
Implements CfnTemplate.IExcludePeriodConfigurationProperty
Remarks
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
Exclude |
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.
Remarks
Granularity
The granularity or unit (day, month, year) of the exclude period.
public string Granularity { get; set; }
Property Value
System.
Remarks
Status
The status of the exclude period. Choose from the following options:.
public string Status { get; set; }
Property Value
System.