aws-cdk-lib.aws_quicksight.CfnDashboard.StringParameterProperty

interface StringParameterProperty

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

A string parameter.

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 stringParameterProperty: quicksight.CfnDashboard.StringParameterProperty = {
  name: 'name',
  values: ['values'],
};

Properties

NameTypeDescription
namestringA display name for a string parameter.
valuesstring[]The values of a string parameter.

name

Type: string

A display name for a string parameter.


values

Type: string[]

The values of a string parameter.