interface AnchorDateConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.AnchorDateConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_AnchorDateConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.AnchorDateConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.AnchorDateConfigurationProperty |
![]() | aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
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.