aws-cdk-lib.aws_quicksight.CfnDashboard.IntegerParameterProperty

interface IntegerParameterProperty

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

An integer 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 integerParameterProperty: quicksight.CfnDashboard.IntegerParameterProperty = {
  name: 'name',
  values: [123],
};

Properties

NameTypeDescription
namestringThe name of the integer parameter.
valuesnumber[] | IResolvableThe values for the integer parameter.

name

Type: string

The name of the integer parameter.


values

Type: number[] | IResolvable

The values for the integer parameter.