tax_exemption_types
Creates, updates, deletes, gets or lists a tax_exemption_types resource.
Overview
| Name | tax_exemption_types |
| Type | Resource |
| Id | aws.taxsettings.tax_exemption_types |
Fields
The following fields are returned by SELECT queries:
- get_tax_exemption_types
| Name | Datatype | Description |
|---|---|---|
tax_exemption_types | array | The supported types of tax exemptions. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_tax_exemption_types | select | region | Get supported tax exemption types. The IAM action is tax:GetExemptions. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_tax_exemption_types
Get supported tax exemption types. The IAM action is tax:GetExemptions.
SELECT
tax_exemption_types
FROM aws.taxsettings.tax_exemption_types
WHERE region = '{{ region }}' -- required
;