AWS::Connect::TestCaseResource Type definition for AWS::Connect::TestCase
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | string | Required |
InstanceArn | string | Required |
Name | string | Required |
Description | string | |
EntryPoint | EntryPoint | |
InitializationData | string | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LastModifiedRegion | string | Last modified region. |
LastModifiedTime | number | Last modified time. |
TestCaseArn | string | The identifier of the test case. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::TestCase
Resources:
MyResource:
Type: AWS::Connect::TestCase
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
Name: "my-name"
Content: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateTestCaseconnect:TagResourceconnect:DescribeTestCaseconnect:DeleteTestCaseconnect:UntagResourceconnect:UpdateTestCaseconnect:TagResourceconnect:UntagResourceconnect:ListTestCasesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTestCaseArn