aws-cdk-lib.aws_quicksight.CfnDashboard.ExcludePeriodConfigurationProperty

interface ExcludePeriodConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.ExcludePeriodConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ExcludePeriodConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.ExcludePeriodConfigurationProperty
Pythonaws_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

NameTypeDescription
amountnumberThe amount or number of the exclude period.
granularitystringThe granularity or unit (day, month, year) of the exclude period.
status?stringThe 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