interface AnchorDateConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.AnchorDateConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_AnchorDateConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.AnchorDateConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.AnchorDateConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » AnchorDateConfigurationProperty |
The date configuration of the filter.
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 anchorDateConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.AnchorDateConfigurationProperty = {
anchorOption: 'anchorOption',
parameterName: 'parameterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| anchor | string | The options for the date configuration. Choose one of the options below:. |
| parameter | string | The name of the parameter that is used for the anchor date configuration. |
anchorOption?
Type:
string
(optional)
The options for the date configuration. Choose one of the options below:.
NOW
parameterName?
Type:
string
(optional)
The name of the parameter that is used for the anchor date configuration.

.NET
Go
Java
Python
TypeScript