Evaluation Form Args
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<TagArgs>>? = null, val title: Output<String>? = null) : ConvertibleToJava<EvaluationFormArgs>
Resource Type definition for AWS::Connect::EvaluationForm
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, instanceArn: Output<String>? = null, items: Output<List<EvaluationFormBaseItemArgs>>? = null, scoringStrategy: Output<EvaluationFormScoringStrategyArgs>? = null, status: Output<EvaluationFormStatus>? = null, tags: Output<List<TagArgs>>? = null, title: Output<String>? = null)
Properties
Link copied to clipboard
The description of the evaluation form.
Link copied to clipboard
The Amazon Resource Name (ARN) of the instance.
Link copied to clipboard
The list of evaluation form items.
Link copied to clipboard
The scoring strategy.
Link copied to clipboard
The status of the evaluation form.