Skip to main content

tax_exemption_types

Creates, updates, deletes, gets or lists a tax_exemption_types resource.

Overview

Nametax_exemption_types
TypeResource
Idaws.taxsettings.tax_exemption_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
tax_exemption_typesarrayThe supported types of tax exemptions.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_tax_exemption_typesselectregionGet 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;