Class CfnTemplate.ExcludePeriodConfigurationProperty
The exclude period of TimeRangeFilter
or RelativeDatesFilter
.
Implements
Inherited Members
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
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 |
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
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
Remarks
Granularity
The granularity or unit (day, month, year) of the exclude period.
public string Granularity { get; set; }
Property Value
Remarks
Status
The status of the exclude period. Choose from the following options:.
public string? Status { get; set; }