aws-cdk-lib.aws_quicksight.CfnDashboard.DateTimeDefaultValuesProperty

interface DateTimeDefaultValuesProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.DateTimeDefaultValuesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DateTimeDefaultValuesProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.DateTimeDefaultValuesProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.DateTimeDefaultValuesProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » DateTimeDefaultValuesProperty

The default values of the DateTimeParameterDeclaration .

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 dateTimeDefaultValuesProperty: quicksight.CfnDashboard.DateTimeDefaultValuesProperty = {
  dynamicValue: {
    defaultValueColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },

    // the properties below are optional
    groupNameColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },
    userNameColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },
  },
  rollingDate: {
    expression: 'expression',

    // the properties below are optional
    dataSetIdentifier: 'dataSetIdentifier',
  },
  staticValues: ['staticValues'],
};

Properties

NameTypeDescription
dynamicValue?IResolvable | DynamicDefaultValuePropertyThe dynamic value of the DataTimeDefaultValues .
rollingDate?IResolvable | RollingDateConfigurationPropertyThe rolling date of the DataTimeDefaultValues .
staticValues?string[]The static values of the DataTimeDefaultValues .

dynamicValue?

Type: IResolvable | DynamicDefaultValueProperty (optional)

The dynamic value of the DataTimeDefaultValues .

Different defaults are displayed according to users, groups, and values mapping.


rollingDate?

Type: IResolvable | RollingDateConfigurationProperty (optional)

The rolling date of the DataTimeDefaultValues .

The date is determined from the dataset based on input expression.


staticValues?

Type: string[] (optional)

The static values of the DataTimeDefaultValues .