View a markdown version of this page

AWS::Connect::EvaluationForm QuestionPointsConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Connect::EvaluationForm QuestionPointsConfiguration

Information about the points configuration for a question.

Syntax

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

JSON

{ "IsBonus" : Boolean, "MaxPointValue" : Integer, "MinPointValue" : Integer }

YAML

IsBonus: Boolean MaxPointValue: Integer MinPointValue: Integer

Properties

IsBonus

The flag to mark the question as a bonus question.

Required: No

Type: Boolean

Update requires: No interruption

MaxPointValue

The maximum point value.

Required: No

Type: Integer

Minimum: 0

Maximum: 100

Update requires: No interruption

MinPointValue

The minimum point value.

Required: No

Type: Integer

Minimum: 0

Maximum: 100

Update requires: No interruption