aws.auditmanager.get_evidence_file_upload_url
Example SQL Queries
SELECT * FROMaws.auditmanager.get_evidence_file_upload_urlWHERE"file_name" = 'VALUE';Description
Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser in the Audit Manager User Guide.
The following restrictions apply to this operation:
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_name Required Input Column The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| evidence_file_name The name of the uploaded manual evidence file that the presigned URL was generated for. | VARCHAR |
| upload_url The presigned URL that was generated. | VARCHAR |