aws.support.describe_communications
Example SQL Queries
SELECT * FROMaws.support.describe_communicationsWHERE"case_id" = 'VALUE';Description
Returns communications and attachments for one or more support cases. Use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a specific case.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
You can use the maxResults and nextToken parameters to control the pagination of the results. Set maxResults to the number of cases that you want to display on each page, and use nextToken to specify the resumption of pagination.
You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.
If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
Table Definition
| Column Name | Column Data Type |
|---|---|
| case_id Required Input Column The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47 | VARCHAR |
| after_time Input Column The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation. | VARCHAR |
| before_time Input Column The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation. | 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
| |
| attachment_set Information about the attachments to the case communication. | STRUCT( |
Show child fields
| |
| body The text of the communication between the customer and Amazon Web Services Support. | VARCHAR |
| submitted_by The identity of the account that submitted, or responded to, the support case. Customer entries include the IAM role as well as the email address (for example, "AdminRole (Role) <janedoe@example.com>). Entries from the Amazon Web Services Support team display "Amazon Web Services," and don't show an email address. | VARCHAR |
| time_created The time the communication was created. | VARCHAR |