WorkflowExportConfig
Configuration settings for exporting workflow execution data and logs to Amazon Simple Storage Service (Amazon S3).
Contents
- s3BucketName
-
The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
[a-z0-9][a-z0-9.-]*[a-z0-9]Required: Yes
- s3KeyPrefix
-
An optional prefix for Amazon S3 object keys to organize exported data.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9!\-_.*'()]+(?:/[a-zA-Z0-9!\-_.*'()]+)*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: