interface ExcludePeriodConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_ExcludePeriodConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const excludePeriodConfigurationProperty: quicksight_mixins.CfnDashboardPropsMixin.ExcludePeriodConfigurationProperty = {
amount: 123,
granularity: 'granularity',
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
(optional)
The amount or number of the exclude period.
granularity?
Type:
string
(optional)
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:.
ENABLEDDISABLED

.NET
Go
Java
Python
TypeScript