interface IntegerDefaultValuesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.IntegerDefaultValuesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_IntegerDefaultValuesProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.IntegerDefaultValuesProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.IntegerDefaultValuesProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » IntegerDefaultValuesProperty |
The default values of the IntegerParameterDeclaration
.
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 integerDefaultValuesProperty: quicksight.CfnTemplate.IntegerDefaultValuesProperty = {
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 IntegerDefaultValues . |
static | number[] | IResolvable | The static values of the IntegerDefaultValues . |
dynamicValue?
Type:
IResolvable
|
Dynamic
(optional)
The dynamic value of the IntegerDefaultValues
.
Different defaults are displayed according to users, groups, and values mapping.
staticValues?
Type:
number[] |
IResolvable
(optional)
The static values of the IntegerDefaultValues
.