interface StringDatasetParameterDefaultValuesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDataSetPropsMixin_StringDatasetParameterDefaultValuesProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDataSetPropsMixin » StringDatasetParameterDefaultValuesProperty |
A list of default values for a given string dataset parameter type.
This structure only accepts static values.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const stringDatasetParameterDefaultValuesProperty: quicksight_mixins.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty = {
staticValues: ['staticValues'],
};
Properties
| Name | Type | Description |
|---|---|---|
| static | string[] | A list of static default values for a given string parameter. |
staticValues?
Type:
string[]
(optional)
A list of static default values for a given string parameter.

.NET
Go
Java
Python
TypeScript