aws.connectcases.get_case
Example SQL Queries
SELECT * FROMaws.connectcases.get_caseWHERE"case_id" = 'VALUE'AND "domain_id" = 'VALUE'AND "fields" = 'VALUE';Description
Returns information about a specific case if it exists.
Table Definition
| Column Name | Column Data Type |
|---|---|
| case_id Required Input Column A unique identifier of the case. | VARCHAR |
| domain_id Required Input Column The unique identifier of the Cases domain. | VARCHAR |
| next_token Input Column The token for the next set of results. This is null if there are no more results to return. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _input_fields Input Column | STRUCT( |
Show child fields
| |
| fields A list of detailed field information. | STRUCT( |
Show child fields
| |
| 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. | MAP(VARCHAR, VARCHAR) |
| template_id A unique identifier of a template. | VARCHAR |