interface DecimalDefaultValuesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DecimalDefaultValuesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DecimalDefaultValuesProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.DecimalDefaultValuesProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.DecimalDefaultValuesProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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
Name | Type | Description |
---|---|---|
dynamic | IResolvable | Dynamic | The dynamic value of the DecimalDefaultValues . |
static | number[] | IResolvable | The static values of the DecimalDefaultValues . |
dynamicValue?
Type:
IResolvable
|
Dynamic
(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
.