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
Copy file name to clipboardExpand all lines: website/docs/r/aws_xray_source.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ In addition to the common properties, the following arguments are supported:
45
45
-`content_type` - (Required) The content-type of the collected data. This has to be `AwsXRay` for AWS XRay source.
46
46
-`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.
47
47
-`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.
49
49
+`type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
50
50
+`access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
51
51
+`secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
0 commit comments