aws-cdk-lib.aws_quicksight.CfnDataSet.NewDefaultValuesProperty

interface NewDefaultValuesProperty

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

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 newDefaultValuesProperty: quicksight.CfnDataSet.NewDefaultValuesProperty = {
  dateTimeStaticValues: ['dateTimeStaticValues'],
  decimalStaticValues: [123],
  integerStaticValues: [123],
  stringStaticValues: ['stringStaticValues'],
};

Properties

NameTypeDescription
dateTimeStaticValues?string[]A list of static default values for a given date time parameter.
decimalStaticValues?number[] | IResolvableCfnDataSet.NewDefaultValuesProperty.DecimalStaticValues.
integerStaticValues?number[] | IResolvableCfnDataSet.NewDefaultValuesProperty.IntegerStaticValues.
stringStaticValues?string[]CfnDataSet.NewDefaultValuesProperty.StringStaticValues.

dateTimeStaticValues?

Type: string[] (optional)

A list of static default values for a given date time parameter.

The valid format for this property is yyyy-MM-dd’T’HH:mm:ss’Z’ .


decimalStaticValues?

Type: number[] | IResolvable (optional)

CfnDataSet.NewDefaultValuesProperty.DecimalStaticValues.


integerStaticValues?

Type: number[] | IResolvable (optional)

CfnDataSet.NewDefaultValuesProperty.IntegerStaticValues.


stringStaticValues?

Type: string[] (optional)

CfnDataSet.NewDefaultValuesProperty.StringStaticValues.