This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppTest::TestCase TN3270
Specifies the TN3270 protocol.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExportDataSetNames" :[ String, ... ], "Script" :Script}
YAML
ExportDataSetNames:- StringScript:Script
Properties
ExportDataSetNames-
The data set names of the TN3270 protocol.
Required: No
Type: Array of String
Update requires: No interruption
Script-
The script of the TN3270 protocol.
Required: Yes
Type: Script
Update requires: No interruption