aws-cdk-lib.aws_quicksight.CfnTemplate.AnchorDateConfigurationProperty

interface AnchorDateConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.AnchorDateConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_AnchorDateConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.AnchorDateConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.AnchorDateConfigurationProperty
TypeScript 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

NameTypeDescription
anchorOption?stringThe options for the date configuration. Choose one of the options below:.
parameterName?stringThe 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.