aws.connectcases.get_domain
Example SQL Queries
SELECT * FROMaws.connectcases.get_domainWHERE"domain_id" = 'VALUE';Description
Returns information about a specific domain if it exists.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The unique identifier of the Cases domain. | 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
| |
| created_time The timestamp when the Cases domain was created. | TIMESTAMP_S |
| domain_arn The Amazon Resource Name (ARN) for the Cases domain. | VARCHAR |
| domain_status The status of the Cases domain. | VARCHAR |
| name The name of the Cases domain. | VARCHAR |
| 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) |