_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
evaluation_form
Information about the evaluation form. | STRUCT( "evaluation_form_id" VARCHAR, "evaluation_form_version" BIGINT, "locked" BOOLEAN, "evaluation_form_arn" VARCHAR, "title" VARCHAR, "description" VARCHAR, "status" VARCHAR, "items" STRUCT( "section" STRUCT( "title" VARCHAR, "ref_id" VARCHAR, "instructions" VARCHAR, "weight" DOUBLE ), "question" STRUCT( "title" VARCHAR, "instructions" VARCHAR, "ref_id" VARCHAR, "not_applicable_enabled" BOOLEAN, "question_type" VARCHAR, "question_type_properties" STRUCT( "numeric" STRUCT( "min_value" BIGINT, "max_value" BIGINT, "options" STRUCT( "min_value" BIGINT, "max_value" BIGINT, "score" BIGINT, "automatic_fail" BOOLEAN )[], "automation" STRUCT( "property_value" STRUCT( "label" VARCHAR ) ) ), "single_select" STRUCT( "options" STRUCT( "ref_id" VARCHAR, "text" VARCHAR, "score" BIGINT, "automatic_fail" BOOLEAN )[], "display_as" VARCHAR, "automation" STRUCT( "options" STRUCT( "rule_category" STRUCT( "category" VARCHAR, "condition" VARCHAR, "option_ref_id" VARCHAR ) )[], "default_option_ref_id" VARCHAR ) ) ), "weight" DOUBLE ) )[], "scoring_strategy" STRUCT( "mode" VARCHAR, "status" VARCHAR ), "created_time" TIMESTAMP_S, "created_by" VARCHAR, "last_modified_time" TIMESTAMP_S, "last_modified_by" VARCHAR, "tags" MAP(VARCHAR, VARCHAR) ) |
Show child fields- evaluation_form.created_by
The Amazon Resource Name (ARN) of the user who created the evaluation form.
- evaluation_form.created_time
The timestamp for when the evaluation form was created.
- evaluation_form.description
The description of the evaluation form.
- evaluation_form.evaluation_form_arn
The Amazon Resource Name (ARN) for the evaluation form resource.
- evaluation_form.evaluation_form_id
The unique identifier for the evaluation form.
- evaluation_form.evaluation_form_version
A version of the evaluation form.
- evaluation_form.items[]
Show child fields- evaluation_form.items[].question
The information of the question. Show child fields- evaluation_form.items[].question.instructions
The instructions of the section.
- evaluation_form.items[].question.not_applicable_enabled
The flag to enable not applicable answers to the question.
- evaluation_form.items[].question.question_type
The type of the question.
- evaluation_form.items[].question.question_type_properties
The properties of the type of question. Text questions do not have to define question type properties. Show child fields- evaluation_form.items[].question.question_type_properties.numeric
The properties of the numeric question. Show child fields- evaluation_form.items[].question.question_type_properties.numeric.automation
The automation properties of the numeric question. Show child fields- evaluation_form.items[].question.question_type_properties.numeric.automation.property_value
The property value of the automation. Show child fields- evaluation_form.items[].question.question_type_properties.numeric.automation.property_value.label
The property label of the automation.
- evaluation_form.items[].question.question_type_properties.numeric.max_value
The maximum answer value.
- evaluation_form.items[].question.question_type_properties.numeric.min_value
The minimum answer value.
- evaluation_form.items[].question.question_type_properties.numeric.options[]
Show child fields- evaluation_form.items[].question.question_type_properties.numeric.options[].automatic_fail
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- evaluation_form.items[].question.question_type_properties.numeric.options[].max_value
The maximum answer value of the range option.
- evaluation_form.items[].question.question_type_properties.numeric.options[].min_value
The minimum answer value of the range option.
- evaluation_form.items[].question.question_type_properties.numeric.options[].score
The score assigned to answer values within the range option.
- evaluation_form.items[].question.question_type_properties.single_select
The properties of the numeric question. Show child fields- evaluation_form.items[].question.question_type_properties.single_select.automation
The display mode of the single select question. Show child fields- evaluation_form.items[].question.question_type_properties.single_select.automation.default_option_ref_id
The identifier of the default answer option, when none of the automation options match the criteria.
- evaluation_form.items[].question.question_type_properties.single_select.automation.options[]
Show child fields- evaluation_form.items[].question.question_type_properties.single_select.automation.options[].rule_category
The automation option based on a rule category for the single select question. Show child fields- evaluation_form.items[].question.question_type_properties.single_select.automation.options[].rule_category.category
The category name, as defined in Rules.
- evaluation_form.items[].question.question_type_properties.single_select.automation.options[].rule_category.condition
The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
- evaluation_form.items[].question.question_type_properties.single_select.automation.options[].rule_category.option_ref_id
The identifier of the answer option.
- evaluation_form.items[].question.question_type_properties.single_select.display_as
The display mode of the single select question.
- evaluation_form.items[].question.question_type_properties.single_select.options[]
Show child fields- evaluation_form.items[].question.question_type_properties.single_select.options[].automatic_fail
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- evaluation_form.items[].question.question_type_properties.single_select.options[].ref_id
The identifier of the answer option. An identifier must be unique within the question.
- evaluation_form.items[].question.question_type_properties.single_select.options[].score
The score assigned to the answer option.
- evaluation_form.items[].question.question_type_properties.single_select.options[].text
The title of the answer option.
- evaluation_form.items[].question.ref_id
The identifier of the question. An identifier must be unique within the evaluation form.
- evaluation_form.items[].question.title
The title of the question.
- evaluation_form.items[].question.weight
The scoring weight of the section.
- evaluation_form.items[].section
The information of the section. Show child fields- evaluation_form.items[].section.instructions
The instructions of the section.
- evaluation_form.items[].section.ref_id
The identifier of the section. An identifier must be unique within the evaluation form.
- evaluation_form.items[].section.title
The title of the section.
- evaluation_form.items[].section.weight
The scoring weight of the section.
- evaluation_form.last_modified_by
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
- evaluation_form.last_modified_time
The timestamp for when the evaluation form was last updated.
- evaluation_form.locked
The flag indicating whether the evaluation form is locked for changes.
- evaluation_form.scoring_strategy
A scoring strategy of the evaluation form. Show child fields- evaluation_form.scoring_strategy.mode
The scoring mode of the evaluation form.
- evaluation_form.scoring_strategy.status
The scoring status of the evaluation form.
- evaluation_form.status
The status of the evaluation form.
- evaluation_form.tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- evaluation_form.title
A title of the evaluation form.
|