AWS::AppTest::TestCase DataSet - AWS CloudFormation

AWS::AppTest::TestCase DataSet

Defines a data set.

Syntax

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