Creates a test case with its content and metadata for the specified Amazon Connect instance
Source:R/connect_operations.R
connect_create_test_case.RdCreates a test case with its content and metadata for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_create_test_case/ for full documentation.
Usage
connect_create_test_case(
InstanceId,
Name,
Description = NULL,
Content,
EntryPoint = NULL,
InitializationData = NULL,
Status = NULL,
TestCaseId = NULL,
Tags = NULL,
LastModifiedTime = NULL,
LastModifiedRegion = NULL
)Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance.
- Name
[required] The name of the test.
- Description
The description of the test.
- Content
[required] The JSON string that represents the content of the test.
- EntryPoint
Defines the starting point for your test.
- InitializationData
Defines the initial custom attributes for your test.
- Status
Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.
- TestCaseId
Id of the test case if you want to create it in a replica region using Amazon Connect Global Resiliency
The tags used to organize, track, or control access for this resource.
- LastModifiedTime
The time at which the resource was last modified.
- LastModifiedRegion
The region in which the resource was last modified