aws.taxsettings.get_tax_registration_document
Example SQL Queries
SELECT * FROMaws.taxsettings.get_tax_registration_documentWHERE"destination_s3_location" = 'VALUE'AND "tax_document_metadata" = 'VALUE';Description
Downloads your tax documents to the Amazon S3 bucket that you specify in your request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| destination_s3_location Required Input Column The Amazon S3 bucket that you specify to download your tax documents to. | STRUCT( |
Show child fields
| |
| tax_document_metadata Required Input Column The metadata for your tax document. | STRUCT( |
Show child fields
| |
| _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
| |
| destination_file_path The file path of the Amazon S3 bucket where you want to download your tax document to. | VARCHAR |