aws-cdk-lib.aws_quicksight.CfnTemplate.DecimalDefaultValuesProperty

interface DecimalDefaultValuesProperty

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

The default values of the DecimalParameterDeclaration .

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 decimalDefaultValuesProperty: quicksight.CfnTemplate.DecimalDefaultValuesProperty = {
  dynamicValue: {
    defaultValueColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },

    // the properties below are optional
    groupNameColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },
    userNameColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },
  },
  staticValues: [123],
};

Properties

NameTypeDescription
dynamicValue?IResolvable | DynamicDefaultValuePropertyThe dynamic value of the DecimalDefaultValues .
staticValues?number[] | IResolvableThe static values of the DecimalDefaultValues .

dynamicValue?

Type: IResolvable | DynamicDefaultValueProperty (optional)

The dynamic value of the DecimalDefaultValues .

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


staticValues?

Type: number[] | IResolvable (optional)

The static values of the DecimalDefaultValues .