AWS::AppTest::TestCase DataSet - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 DataSet

Defines a data set.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Ccsid" : String, "Format" : String, "Length" : Number, "Name" : String, "Type" : String }

YAML

Ccsid: String Format: String Length: Number Name: String Type: String

Properties

Ccsid

The CCSID of the data set.

Required: Yes

Type: String

Pattern: ^\S{1,50}$

Update requires: No interruption

Format

The format of the data set.

Required: Yes

Type: String

Allowed values: FIXED | VARIABLE | LINE_SEQUENTIAL

Update requires: No interruption

Length

The length of the data set.

Required: Yes

Type: Number

Update requires: No interruption

Name

The name of the data set.

Required: Yes

Type: String

Pattern: ^\S{1,100}$

Update requires: No interruption

Type

The type of the data set.

Required: Yes

Type: String

Allowed values: PS

Update requires: No interruption