interface ExcludePeriodConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ExcludePeriodConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ExcludePeriodConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnAnalysis.ExcludePeriodConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnAnalysis»ExcludePeriodConfigurationProperty | 
The exclude period of TimeRangeFilter or RelativeDatesFilter .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const excludePeriodConfigurationProperty: quicksight.CfnAnalysis.ExcludePeriodConfigurationProperty = {
  amount: 123,
  granularity: 'granularity',
  // the properties below are optional
  status: 'status',
};
Properties
| Name | Type | Description | 
|---|---|---|
| amount | number | The amount or number of the exclude period. | 
| granularity | string | The granularity or unit (day, month, year) of the exclude period. | 
| status? | string | The status of the exclude period. Choose from the following options:. | 
amount
Type:
number
The amount or number of the exclude period.
granularity
Type:
string
The granularity or unit (day, month, year) of the exclude period.
status?
Type:
string
(optional)
The status of the exclude period. Choose from the following options:.
- ENABLED
- DISABLED
