| Name | Type | Description | Notes |
|---|---|---|---|
| accessId | String | AWS access id relevant for access_key auth-type | [optional] |
| accessKey | String | AWS access key relevant for access_key auth-type | [optional] |
| authType | String | AWS auth type [access_key/cloud_id/assume_role] | [optional] |
| bucketName | String | AWS S3 bucket name | [optional] |
| enable | String | Enable Log Forwarding [true/false] | [optional] [default to 'true'] |
| json | Boolean | Set output format to JSON | [optional] [default to false] |
| logFolder | String | AWS S3 destination folder for logs | [optional] [default to 'use-existing'] |
| outputFormat | String | Logs format [text/json] | [optional] [default to 'text'] |
| pullInterval | String | Pull interval in seconds | [optional] [default to '10'] |
| region | String | AWS region | [optional] |
| roleArn | String | AWS role arn relevant for assume_role auth-type | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |