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