EvaluationFormArgs

data class EvaluationFormArgs(val description: Output<String>? = null, val instanceArn: Output<String>? = null, val items: Output<List<EvaluationFormBaseItemArgs>>? = null, val scoringStrategy: Output<EvaluationFormScoringStrategyArgs>? = null, val status: Output<EvaluationFormStatus>? = null, val tags: Output<List<EvaluationFormTagArgs>>? = null, val title: Output<String>? = null) : ConvertibleToJava<EvaluationFormArgs>

Resource Type definition for AWS::Connect::EvaluationForm

Constructors

Link copied to clipboard
fun EvaluationFormArgs(description: Output<String>? = null, instanceArn: Output<String>? = null, items: Output<List<EvaluationFormBaseItemArgs>>? = null, scoringStrategy: Output<EvaluationFormScoringStrategyArgs>? = null, status: Output<EvaluationFormStatus>? = null, tags: Output<List<EvaluationFormTagArgs>>? = null, title: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EvaluationFormArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the evaluation form.

Link copied to clipboard
val instanceArn: Output<String>? = null

The Amazon Resource Name (ARN) of the instance.

Link copied to clipboard
val items: Output<List<EvaluationFormBaseItemArgs>>? = null

The list of evaluation form items.

Link copied to clipboard

The scoring strategy.

Link copied to clipboard
val status: Output<EvaluationFormStatus>? = null

The status of the evaluation form.

Link copied to clipboard
val tags: Output<List<EvaluationFormTagArgs>>? = null

One or more tags.

Link copied to clipboard
val title: Output<String>? = null

The title of the evaluation form.