AWS::AppTest::TestCaseRepresents a Test Case that can be captured and executed
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Steps | Array<Step> | Required |
Description | string | |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | - |
LastUpdateTime | string | - |
LatestVersion | TestCaseLatestVersion | - |
Status | string | - |
TestCaseArn | string | - |
TestCaseId | string | - |
TestCaseVersion | number | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppTest::TestCase
Resources:
MyResource:
Type: AWS::AppTest::TestCase
Properties:
Name: "my-name"
Steps: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
apptest:CreateTestCaseapptest:GetTestCaseapptest:ListTagsForResourceapptest:GetTestCaseapptest:ListTagsForResourceapptest:UpdateTestCaseapptest:GetTestCaseapptest:TagResourceapptest:UnTagResourceapptest:ListTagsForResourceapptest:GetTestCaseapptest:ListTagsForResourceapptest:DeleteTestCaseapptest:ListTestCasesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTestCaseIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name