interface ExcludePeriodConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ExcludePeriodConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ExcludePeriodConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ExcludePeriodConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ExcludePeriodConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const excludePeriodConfigurationProperty: quicksight.CfnDashboard.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