You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parameter is required when you specify `aws_sigv4` for `method`.
337
+
338
+
##### `aws_region`
339
+
340
+
| type | default | version |
341
+
| :--- | :--- | :--- |
342
+
| string | nil | 1.17.0 |
343
+
344
+
The AWS region to use when authenticating.
345
+
346
+
This parameter is required when you specify `aws_sigv4` for `method`.
347
+
348
+
##### `aws_role_arn`
349
+
350
+
| type | default | version |
351
+
| :--- | :--- | :--- |
352
+
| string | nil | 1.17.0 |
353
+
354
+
The AWS role ARN to assume when authenticating.
355
+
356
+
This parameter is optional when you specify `aws_sigv4` for `method`. If you provide it, Fluentd will assume that AWS role and send requests signing from that role. Otherwise, Fluentd will use the credentials found by the [credential provider chain](https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html) as defined in the AWS documentation.
357
+
310
358
## Common Output / Buffer parameters
311
359
312
360
For common output / buffer parameters, please check the following articles:
0 commit comments