interface AnchorDateConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.AnchorDateConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.AnchorDateConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.AnchorDateConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const anchorDateConfigurationProperty: quicksight.CfnTemplate.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.