Skip to content

Commit f72040d

Browse files
committed
small fix to docs
1 parent f0ddc33 commit f72040d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/aws_xray_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In addition to the common properties, the following arguments are supported:
4545
- `content_type` - (Required) The content-type of the collected data. This has to be `AwsXRay` for AWS XRay source.
4646
- `scan_interval` - (Required) Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
4747
- `paused` - (Required) When set to true, the scanner is paused. To disable, set to false.
48-
- `authentication` - (Required) Authentication details for connecting to the S3 bucket.
48+
- `authentication` - (Required) Authentication details for making `xray:Get*` calls.
4949
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
5050
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
5151
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`

0 commit comments

Comments
 (0)