Skip to content

aws.apptest.get_test_suite

Example SQL Queries

SELECT * FROM
aws.apptest.get_test_suite
WHERE
"test_suite_id" = 'VALUE';

Description

Gets a test suite.

Table Definition

Column NameColumn Data Type
test_suite_id Required Input Column

The response ID of the test suite.

VARCHAR
test_suite_version Input Column

The version of the test suite.

BIGINT
_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
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

after_steps

The after steps of the test suite.

STRUCT(
"name" VARCHAR,
"description" VARCHAR,
"action" STRUCT(
"resource_action" STRUCT(
"m2_managed_application_action" STRUCT(
"resource" VARCHAR,
"action_type" VARCHAR,
"properties" STRUCT(
"force_stop" BOOLEAN,
"import_data_set_location" VARCHAR
)
),
"m2_non_managed_application_action" STRUCT(
"resource" VARCHAR,
"action_type" VARCHAR
),
"cloud_formation_action" STRUCT(
"resource" VARCHAR,
"action_type" VARCHAR
)
),
"mainframe_action" STRUCT(
"resource" VARCHAR,
"action_type" STRUCT(
"batch" STRUCT(
"batch_job_name" VARCHAR,
"batch_job_parameters" MAP(VARCHAR, VARCHAR),
"export_data_set_names" VARCHAR[]
),
"tn3270" STRUCT(
"script" STRUCT(
"script_location" VARCHAR,
"type" VARCHAR
),
"export_data_set_names" VARCHAR[]
)
),
"properties" STRUCT(
"dms_task_arn" VARCHAR
)
),
"compare_action" STRUCT(
"input" STRUCT(
"file" STRUCT(
"source_location" VARCHAR,
"target_location" VARCHAR,
"file_metadata" STRUCT(
"data_sets" STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"ccsid" VARCHAR,
"format" VARCHAR,
"length" BIGINT
)[],
"database_cdc" STRUCT(
"source_metadata" STRUCT(
"type" VARCHAR,
"capture_tool" VARCHAR
),
"target_metadata" STRUCT(
"type" VARCHAR,
"capture_tool" VARCHAR
)
)
)
)
),
"output" STRUCT(
"file" STRUCT(
"file_location" VARCHAR
)
)
)
)
)[]
Show child fields
after_steps[]
Show child fields
after_steps[].action

The action of the step.

Show child fields
after_steps[].action.compare_action

The compare action of the step action.

Show child fields
after_steps[].action.compare_action.input

The input of the compare action.

Show child fields
after_steps[].action.compare_action.input.file

The file in the input.

Show child fields
after_steps[].action.compare_action.input.file.file_metadata

The file metadata of the input file.

Show child fields
after_steps[].action.compare_action.input.file.file_metadata.data_sets[]
Show child fields
after_steps[].action.compare_action.input.file.file_metadata.data_sets[].ccsid

The CCSID of the data set.

after_steps[].action.compare_action.input.file.file_metadata.data_sets[].format

The format of the data set.

after_steps[].action.compare_action.input.file.file_metadata.data_sets[].length

The length of the data set.

after_steps[].action.compare_action.input.file.file_metadata.data_sets[].name

The name of the data set.

after_steps[].action.compare_action.input.file.file_metadata.data_sets[].type

The type of the data set.

after_steps[].action.compare_action.input.file.file_metadata.database_cdc

The database CDC of the file metadata.

Show child fields
after_steps[].action.compare_action.input.file.file_metadata.database_cdc.source_metadata

The source metadata of the database CDC.

Show child fields
after_steps[].action.compare_action.input.file.file_metadata.database_cdc.source_metadata.capture_tool

The capture tool of the source database metadata.

after_steps[].action.compare_action.input.file.file_metadata.database_cdc.source_metadata.type

The type of the source database metadata.

after_steps[].action.compare_action.input.file.file_metadata.database_cdc.target_metadata

The target metadata of the database CDC.

Show child fields
after_steps[].action.compare_action.input.file.file_metadata.database_cdc.target_metadata.capture_tool

The capture tool of the target database metadata.

after_steps[].action.compare_action.input.file.file_metadata.database_cdc.target_metadata.type

The type of the target database metadata.

after_steps[].action.compare_action.input.file.source_location

The source location of the input file.

after_steps[].action.compare_action.input.file.target_location

The target location of the input file.

after_steps[].action.compare_action.output

The output of the compare action.

Show child fields
after_steps[].action.compare_action.output.file

The file of the output.

Show child fields
after_steps[].action.compare_action.output.file.file_location

The file location of the output file.

after_steps[].action.mainframe_action

The mainframe action of the step action.

Show child fields
after_steps[].action.mainframe_action.action_type

The action type of the mainframe action.

Show child fields
after_steps[].action.mainframe_action.action_type.batch

The batch of the mainframe action type.

Show child fields
after_steps[].action.mainframe_action.action_type.batch.batch_job_name

The job name of the batch.

after_steps[].action.mainframe_action.action_type.batch.batch_job_parameters

The batch job parameters of the batch.

after_steps[].action.mainframe_action.action_type.batch.export_data_set_names[]
after_steps[].action.mainframe_action.action_type.tn3270

The tn3270 port of the mainframe action type.

Show child fields
after_steps[].action.mainframe_action.action_type.tn3270.export_data_set_names[]
after_steps[].action.mainframe_action.action_type.tn3270.script

The script of the TN3270 protocol.

Show child fields
after_steps[].action.mainframe_action.action_type.tn3270.script.script_location

The script location of the scripts.

after_steps[].action.mainframe_action.action_type.tn3270.script.type

The type of the scripts.

after_steps[].action.mainframe_action.properties

The properties of the mainframe action.

Show child fields
after_steps[].action.mainframe_action.properties.dms_task_arn

The DMS task ARN of the mainframe action properties.

after_steps[].action.mainframe_action.resource

The resource of the mainframe action.

after_steps[].action.resource_action

The resource action of the step action.

Show child fields
after_steps[].action.resource_action.cloud_formation_action

The CloudFormation action of the resource action.

Show child fields
after_steps[].action.resource_action.cloud_formation_action.action_type

The action type of the CloudFormation action.

after_steps[].action.resource_action.cloud_formation_action.resource

The resource of the CloudFormation action.

after_steps[].action.resource_action.m2_managed_application_action

The AWS Mainframe Modernization managed application action of the resource action.

Show child fields
after_steps[].action.resource_action.m2_managed_application_action.action_type

The action type of the AWS Mainframe Modernization managed application action.

after_steps[].action.resource_action.m2_managed_application_action.properties

The properties of the AWS Mainframe Modernization managed application action.

Show child fields
after_steps[].action.resource_action.m2_managed_application_action.properties.force_stop

Force stops the AWS Mainframe Modernization managed action properties.

after_steps[].action.resource_action.m2_managed_application_action.properties.import_data_set_location

The import data set location of the AWS Mainframe Modernization managed action properties.

after_steps[].action.resource_action.m2_managed_application_action.resource

The resource of the AWS Mainframe Modernization managed application action.

after_steps[].action.resource_action.m2_non_managed_application_action

The AWS Mainframe Modernization non-managed application action of the resource action.

Show child fields
after_steps[].action.resource_action.m2_non_managed_application_action.action_type

The action type of the AWS Mainframe Modernization non-managed application action.

after_steps[].action.resource_action.m2_non_managed_application_action.resource

The resource of the AWS Mainframe Modernization non-managed application action.

after_steps[].description

The description of the step.

after_steps[].name

The name of the step.

before_steps

The before steps of the test suite.

STRUCT(
"name" VARCHAR,
"description" VARCHAR,
"action" STRUCT(
"resource_action" STRUCT(
"m2_managed_application_action" STRUCT(
"resource" VARCHAR,
"action_type" VARCHAR,
"properties" STRUCT(
"force_stop" BOOLEAN,
"import_data_set_location" VARCHAR
)
),
"m2_non_managed_application_action" STRUCT(
"resource" VARCHAR,
"action_type" VARCHAR
),
"cloud_formation_action" STRUCT(
"resource" VARCHAR,
"action_type" VARCHAR
)
),
"mainframe_action" STRUCT(
"resource" VARCHAR,
"action_type" STRUCT(
"batch" STRUCT(
"batch_job_name" VARCHAR,
"batch_job_parameters" MAP(VARCHAR, VARCHAR),
"export_data_set_names" VARCHAR[]
),
"tn3270" STRUCT(
"script" STRUCT(
"script_location" VARCHAR,
"type" VARCHAR
),
"export_data_set_names" VARCHAR[]
)
),
"properties" STRUCT(
"dms_task_arn" VARCHAR
)
),
"compare_action" STRUCT(
"input" STRUCT(
"file" STRUCT(
"source_location" VARCHAR,
"target_location" VARCHAR,
"file_metadata" STRUCT(
"data_sets" STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"ccsid" VARCHAR,
"format" VARCHAR,
"length" BIGINT
)[],
"database_cdc" STRUCT(
"source_metadata" STRUCT(
"type" VARCHAR,
"capture_tool" VARCHAR
),
"target_metadata" STRUCT(
"type" VARCHAR,
"capture_tool" VARCHAR
)
)
)
)
),
"output" STRUCT(
"file" STRUCT(
"file_location" VARCHAR
)
)
)
)
)[]
Show child fields
before_steps[]
Show child fields
before_steps[].action

The action of the step.

Show child fields
before_steps[].action.compare_action

The compare action of the step action.

Show child fields
before_steps[].action.compare_action.input

The input of the compare action.

Show child fields
before_steps[].action.compare_action.input.file

The file in the input.

Show child fields
before_steps[].action.compare_action.input.file.file_metadata

The file metadata of the input file.

Show child fields
before_steps[].action.compare_action.input.file.file_metadata.data_sets[]
Show child fields
before_steps[].action.compare_action.input.file.file_metadata.data_sets[].ccsid

The CCSID of the data set.

before_steps[].action.compare_action.input.file.file_metadata.data_sets[].format

The format of the data set.

before_steps[].action.compare_action.input.file.file_metadata.data_sets[].length

The length of the data set.

before_steps[].action.compare_action.input.file.file_metadata.data_sets[].name

The name of the data set.

before_steps[].action.compare_action.input.file.file_metadata.data_sets[].type

The type of the data set.

before_steps[].action.compare_action.input.file.file_metadata.database_cdc

The database CDC of the file metadata.

Show child fields
before_steps[].action.compare_action.input.file.file_metadata.database_cdc.source_metadata

The source metadata of the database CDC.

Show child fields
before_steps[].action.compare_action.input.file.file_metadata.database_cdc.source_metadata.capture_tool

The capture tool of the source database metadata.

before_steps[].action.compare_action.input.file.file_metadata.database_cdc.source_metadata.type

The type of the source database metadata.

before_steps[].action.compare_action.input.file.file_metadata.database_cdc.target_metadata

The target metadata of the database CDC.

Show child fields
before_steps[].action.compare_action.input.file.file_metadata.database_cdc.target_metadata.capture_tool

The capture tool of the target database metadata.

before_steps[].action.compare_action.input.file.file_metadata.database_cdc.target_metadata.type

The type of the target database metadata.

before_steps[].action.compare_action.input.file.source_location

The source location of the input file.

before_steps[].action.compare_action.input.file.target_location

The target location of the input file.

before_steps[].action.compare_action.output

The output of the compare action.

Show child fields
before_steps[].action.compare_action.output.file

The file of the output.

Show child fields
before_steps[].action.compare_action.output.file.file_location

The file location of the output file.

before_steps[].action.mainframe_action

The mainframe action of the step action.

Show child fields
before_steps[].action.mainframe_action.action_type

The action type of the mainframe action.

Show child fields
before_steps[].action.mainframe_action.action_type.batch

The batch of the mainframe action type.

Show child fields
before_steps[].action.mainframe_action.action_type.batch.batch_job_name

The job name of the batch.

before_steps[].action.mainframe_action.action_type.batch.batch_job_parameters

The batch job parameters of the batch.

before_steps[].action.mainframe_action.action_type.batch.export_data_set_names[]
before_steps[].action.mainframe_action.action_type.tn3270

The tn3270 port of the mainframe action type.

Show child fields
before_steps[].action.mainframe_action.action_type.tn3270.export_data_set_names[]
before_steps[].action.mainframe_action.action_type.tn3270.script

The script of the TN3270 protocol.

Show child fields
before_steps[].action.mainframe_action.action_type.tn3270.script.script_location

The script location of the scripts.

before_steps[].action.mainframe_action.action_type.tn3270.script.type

The type of the scripts.

before_steps[].action.mainframe_action.properties

The properties of the mainframe action.

Show child fields
before_steps[].action.mainframe_action.properties.dms_task_arn

The DMS task ARN of the mainframe action properties.

before_steps[].action.mainframe_action.resource

The resource of the mainframe action.

before_steps[].action.resource_action

The resource action of the step action.

Show child fields
before_steps[].action.resource_action.cloud_formation_action

The CloudFormation action of the resource action.

Show child fields
before_steps[].action.resource_action.cloud_formation_action.action_type

The action type of the CloudFormation action.

before_steps[].action.resource_action.cloud_formation_action.resource

The resource of the CloudFormation action.

before_steps[].action.resource_action.m2_managed_application_action

The AWS Mainframe Modernization managed application action of the resource action.

Show child fields
before_steps[].action.resource_action.m2_managed_application_action.action_type

The action type of the AWS Mainframe Modernization managed application action.

before_steps[].action.resource_action.m2_managed_application_action.properties

The properties of the AWS Mainframe Modernization managed application action.

Show child fields
before_steps[].action.resource_action.m2_managed_application_action.properties.force_stop

Force stops the AWS Mainframe Modernization managed action properties.

before_steps[].action.resource_action.m2_managed_application_action.properties.import_data_set_location

The import data set location of the AWS Mainframe Modernization managed action properties.

before_steps[].action.resource_action.m2_managed_application_action.resource

The resource of the AWS Mainframe Modernization managed application action.

before_steps[].action.resource_action.m2_non_managed_application_action

The AWS Mainframe Modernization non-managed application action of the resource action.

Show child fields
before_steps[].action.resource_action.m2_non_managed_application_action.action_type

The action type of the AWS Mainframe Modernization non-managed application action.

before_steps[].action.resource_action.m2_non_managed_application_action.resource

The resource of the AWS Mainframe Modernization non-managed application action.

before_steps[].description

The description of the step.

before_steps[].name

The name of the step.

creation_time

The creation time of the test suite.

TIMESTAMP_S
description

The description of the test suite.

VARCHAR
last_update_time

The last update time of the test suite.

TIMESTAMP_S
latest_version

The latest version of the test suite.

STRUCT(
"version" BIGINT,
"status" VARCHAR,
"status_reason" VARCHAR
)
Show child fields
latest_version.status

The status of the test suite latest version.

latest_version.status_reason

The status reason of the test suite latest version.

latest_version.version

The version of the test suite latest version.

name

The name of the test suite.

VARCHAR
status

The status of the test suite.

VARCHAR
status_reason

The status reason of the test suite.

VARCHAR
tags

The tags of the test suite.

MAP(VARCHAR, VARCHAR)
test_cases

The test cases of the test suite.

STRUCT(
"sequential" VARCHAR[]
)
Show child fields
test_cases.sequential[]
test_suite_arn

The test suite Amazon Resource Name (ARN).

VARCHAR