TestCase
Contains information about a test case.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the test case.
Type: String
Required: No
- Content
-
The JSON string that represents the content of the test.
Type: String
Required: No
- Description
-
The description of the test case.
Type: String
Required: No
- EntryPoint
-
Defines the starting point for the test, including channel type and parameters.
Type: TestCaseEntryPoint object
Required: No
- Id
-
The identifier of the test case.
Type: String
Length Constraints: Maximum length of 500.
Required: No
- InitializationData
-
Defines the test attributes for precise data representation.
Type: String
Required: No
- LastModifiedRegion
-
The region in which the test case was last modified.
Type: String
Pattern:
[a-z]{2}(-[a-z]+){1,2}(-[0-9])?Required: No
- LastModifiedTime
-
The time at which the test case was last modified.
Type: Timestamp
Required: No
- Name
-
The name of the test case.
Type: String
Length Constraints: Minimum length of 1.
Required: No
- Status
-
Indicates the test status as either SAVED or PUBLISHED.
Type: String
Valid Values:
PUBLISHED | SAVEDRequired: No
- Tags
-
The tags used to organize, track, or control access for this resource.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$Value Length Constraints: Maximum length of 256.
Required: No
- TestCaseSha256
-
The SHA256 hash of the test case content.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9]{64}$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: