AWS::QuickSight::Analysis IntegerParameter - AWS CloudFormation

AWS::QuickSight::Analysis IntegerParameter

An integer parameter.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Values" : [ Number, ... ] }

YAML

Name: String Values: - Number

Properties

Name

The name of the integer parameter.

Required: Yes

Type: String

Pattern: .*\S.*

Update requires: No interruption

Values

The values for the integer parameter.

Required: Yes

Type: Array of Number

Update requires: No interruption