EvaluationForm
Information about the evaluation form.
Contents
- CreatedBy
-
The Amazon Resource Name (ARN) of the user who created the evaluation form.
Type: String
Required: Yes
- CreatedTime
-
The timestamp for when the evaluation form was created.
Type: Timestamp
Required: Yes
- EvaluationFormArn
-
The Amazon Resource Name (ARN) for the evaluation form resource.
Type: String
Required: Yes
- EvaluationFormId
-
The unique identifier for the evaluation form.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: Yes
- EvaluationFormVersion
-
A version of the evaluation form.
Type: Integer
Valid Range: Minimum value of 1.
Required: Yes
- Items
-
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Type: Array of EvaluationFormItem objects
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Required: Yes
- LastModifiedBy
-
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
Type: String
Required: Yes
- LastModifiedTime
-
The timestamp for when the evaluation form was last updated.
Type: Timestamp
Required: Yes
- Locked
-
The flag indicating whether the evaluation form is locked for changes.
Type: Boolean
Required: Yes
- Status
-
The status of the evaluation form.
Type: String
Valid Values:
DRAFT | ACTIVE
Required: Yes
- Title
-
A title of the evaluation form.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- Description
-
The description of the evaluation form.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- ScoringStrategy
-
A scoring strategy of the evaluation form.
Type: EvaluationFormScoringStrategy object
Required: No
- Tags
-
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$
Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: