interface StringDatasetParameterDefaultValuesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_StringDatasetParameterDefaultValuesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.StringDatasetParameterDefaultValuesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const stringDatasetParameterDefaultValuesProperty: quicksight.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