aws-cdk-lib.aws_quicksight.CfnDataSet.StringDatasetParameterDefaultValuesProperty

interface StringDatasetParameterDefaultValuesProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.StringDatasetParameterDefaultValuesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_StringDatasetParameterDefaultValuesProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.StringDatasetParameterDefaultValuesProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.StringDatasetParameterDefaultValuesProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » StringDatasetParameterDefaultValuesProperty

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 stringDatasetParameterDefaultValuesProperty: quicksight.CfnDataSet.StringDatasetParameterDefaultValuesProperty = {
  staticValues: ['staticValues'],
};

Properties

NameTypeDescription
staticValues?string[]CfnDataSet.StringDatasetParameterDefaultValuesProperty.StaticValues.

staticValues?

Type: string[] (optional)

CfnDataSet.StringDatasetParameterDefaultValuesProperty.StaticValues.