interface StringDefaultValuesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.StringDefaultValuesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_StringDefaultValuesProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.StringDefaultValuesProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.StringDefaultValuesProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » StringDefaultValuesProperty |
The default values of the StringParameterDeclaration
.
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 stringDefaultValuesProperty: quicksight.CfnTemplate.StringDefaultValuesProperty = {
dynamicValue: {
defaultValueColumn: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
// the properties below are optional
groupNameColumn: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
userNameColumn: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
},
staticValues: ['staticValues'],
};
Properties
Name | Type | Description |
---|---|---|
dynamic | IResolvable | Dynamic | The dynamic value of the StringDefaultValues . |
static | string[] | The static values of the DecimalDefaultValues . |
dynamicValue?
Type:
IResolvable
|
Dynamic
(optional)
The dynamic value of the StringDefaultValues
.
Different defaults displayed according to users, groups, and values mapping.
staticValues?
Type:
string[]
(optional)
The static values of the DecimalDefaultValues
.