_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 )[] )[] ) ) |
step_run_summary
The step run summary of the test run step. | STRUCT( "mainframe_action" STRUCT( "batch" STRUCT( "step_input" STRUCT( "resource" STRUCT( "m2_managed_application" STRUCT( "application_id" VARCHAR, "runtime" VARCHAR, "listener_port" BIGINT ), "m2_non_managed_application" STRUCT( "vpc_endpoint_service_name" VARCHAR, "listener_port" BIGINT, "runtime" VARCHAR, "web_app_name" VARCHAR ) ), "batch_job_name" VARCHAR, "batch_job_parameters" MAP(VARCHAR, VARCHAR), "export_data_set_names" VARCHAR[], "properties" STRUCT( "dms_task_arn" VARCHAR ) ), "step_output" STRUCT( "data_set_export_location" VARCHAR, "dms_output_location" VARCHAR, "data_set_details" STRUCT( "type" VARCHAR, "name" VARCHAR, "ccsid" VARCHAR, "format" VARCHAR, "length" BIGINT )[] ) ), "tn3270" STRUCT( "step_input" STRUCT( "resource" STRUCT( "m2_managed_application" STRUCT( "application_id" VARCHAR, "runtime" VARCHAR, "listener_port" BIGINT ), "m2_non_managed_application" STRUCT( "vpc_endpoint_service_name" VARCHAR, "listener_port" BIGINT, "runtime" VARCHAR, "web_app_name" VARCHAR ) ), "script" STRUCT( "script_location" VARCHAR, "type" VARCHAR ), "export_data_set_names" VARCHAR[], "properties" STRUCT( "dms_task_arn" VARCHAR ) ), "step_output" STRUCT( "data_set_export_location" VARCHAR, "dms_output_location" VARCHAR, "data_set_details" STRUCT( "type" VARCHAR, "name" VARCHAR, "ccsid" VARCHAR, "format" VARCHAR, "length" BIGINT )[], "script_output_location" VARCHAR ) ) ), "compare_action" STRUCT( "type" STRUCT( "file_type" STRUCT( "datasets" STRUCT( "step_input" STRUCT( "source_location" VARCHAR, "target_location" VARCHAR, "source_data_sets" STRUCT( "type" VARCHAR, "name" VARCHAR, "ccsid" VARCHAR, "format" VARCHAR, "length" BIGINT )[], "target_data_sets" STRUCT( "type" VARCHAR, "name" VARCHAR, "ccsid" VARCHAR, "format" VARCHAR, "length" BIGINT )[] ), "step_output" STRUCT( "comparison_output_location" VARCHAR, "comparison_status" VARCHAR ) ), "database_cdc" STRUCT( "step_input" STRUCT( "source_location" VARCHAR, "target_location" VARCHAR, "output_location" VARCHAR, "source_metadata" STRUCT( "type" VARCHAR, "capture_tool" VARCHAR ), "target_metadata" STRUCT( "type" VARCHAR, "capture_tool" VARCHAR ) ), "step_output" STRUCT( "comparison_output_location" VARCHAR, "comparison_status" VARCHAR ) ) ) ) ), "resource_action" STRUCT( "cloud_formation" STRUCT( "create_cloudformation" STRUCT( "step_input" STRUCT( "template_location" VARCHAR, "parameters" MAP(VARCHAR, VARCHAR) ), "step_output" STRUCT( "stack_id" VARCHAR, "exports" MAP(VARCHAR, VARCHAR) ) ), "delete_cloudformation" STRUCT( "step_input" STRUCT( "stack_id" VARCHAR ), "step_output" BOOLEAN ) ), "m2_managed_application" STRUCT( "step_input" STRUCT( "application_id" VARCHAR, "runtime" VARCHAR, "vpc_endpoint_service_name" VARCHAR, "listener_port" BIGINT, "action_type" VARCHAR, "properties" STRUCT( "force_stop" BOOLEAN, "import_data_set_location" VARCHAR ) ), "step_output" STRUCT( "import_data_set_summary" MAP(VARCHAR, VARCHAR) ) ), "m2_non_managed_application" STRUCT( "step_input" STRUCT( "vpc_endpoint_service_name" VARCHAR, "listener_port" BIGINT, "runtime" VARCHAR, "web_app_name" VARCHAR, "action_type" VARCHAR ), "step_output" BOOLEAN ) ) ) |