AWS::Connect::EvaluationForm EvaluationFormMultiSelectQuestionOption - 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 EvaluationFormMultiSelectQuestionOption

An option for a multi-select question in an evaluation form.

Syntax

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

JSON

{ "RefId" : String, "Text" : String }

YAML

RefId: String Text: String

Properties

RefId

Reference identifier for this option.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9._-]{1,40}$

Update requires: No interruption

Text

Display text for this option.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption