AWS::AppTest::TestCase DataSet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppTest::TestCase DataSet

Defines a data set.

Syntax

To declare this entity in your Amazon 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