Name | Type | Description | Notes |
---|---|---|---|
id | string | A unique identifier of a Factory. | [optional] |
name | string | Human-readable identifier of a Factory. | [optional] |
factory_region | string | A region where the factory is located. | [optional] |
output_bucket_name | string | A bucket where processed files will be stored. | [optional] |
acl | string | Specify if your files are public or private (private files need authorization url to access). By default this is not set. | [optional] |
created_at | string | A date and time when a Factory has been created. | [optional] |
updated_at | string | A date and time when a Factory has been updated last time. | [optional] |
url | string | An URL pointing to the output_bucket_name. | [optional] |
server_side_encryption | bool | Specify if you want to use multi-factor server-side 256-bit AES-256 data encryption with Amazon S3-managed encryption keys (SSE-S3). Each object is encrypted using a unique key which as an additional safeguard is encrypted itself with a master key that S3 regularly rotates. By default this is not set. | [optional] |
input_bucket_name | string | A name of an input bucket. | [optional] |
input_bucket_watch | bool | Determines whether the Factory should be notified about new files added to the input bucket. | [optional] |
input_bucket_files_map | string | [optional] | |
input_bucket_sync_every_n_min | string | Determines how often the input bucket is synchronised. | [optional] |
input_bucket_recursive | string | [optional] | |
input_bucket_file_pattern | string | A pattern that will be used to locate files in the input bucket. Valid wildcards might be used. | [optional] |
outputs_path_format | string | [optional] | |
storage_provider | int | Specifies which storage provider the factory should use. Available options: S3: 0, Google Cloud Storage: 1, FTP storage: 2, Google Cloud Interoperability Storage: 5, Flip storage: 7, FASP storage: 8, Azure Blob Storage: 9 | [optional] |
provider_specific_settings | object | [optional] |