interface ExcludePeriodConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ExcludePeriodConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ExcludePeriodConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ExcludePeriodConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ExcludePeriodConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const excludePeriodConfigurationProperty: quicksight.CfnTemplatePropsMixin.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