Skip to contents

If you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide

See https://www.paws-r-sdk.com/docs/connectcases_create_case/ for full documentation.

Usage

connectcases_create_case(
  domainId,
  templateId,
  fields,
  clientToken = NULL,
  performedBy = NULL,
  tags = NULL
)

Arguments

domainId

[required] The unique identifier of the Cases domain.

templateId

[required] A unique identifier of a template.

fields

[required] An array of objects with field ID (matching ListFields/DescribeField) and value union data.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

performedBy

Represents the entity that performed the action.

tags

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.