aws.support.describe_create_case_options
Example SQL Queries
SELECT * FROMaws.support.describe_create_case_optionsWHERE"issue_type" = 'VALUE'AND "service_code" = 'VALUE'AND "language" = 'VALUE'AND "category_code" = 'VALUE';Description
Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability. You can specify the language categoryCode, issueType and serviceCode used to retrieve the CreateCaseOptions.
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 |
|---|---|
| category_code Required Input Column The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes. | VARCHAR |
| issue_type Required Input Column The type of issue for the case. You can specify customer-service or technical. If you don't specify a value, the default is technical. | VARCHAR |
| language Required Input Column The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language. | VARCHAR |
| service_code Required Input Column The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values. | 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
| |
| communication_types A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs. | STRUCT( |
Show child fields
| |
| language_availability Language availability can be any of the following:
| VARCHAR |