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
In addition to the common properties, the following arguments are supported:
44
+
45
+
-`content_type` - (Required) The content-type of the collected data. This has to be `AwsXRay` for AWS XRay source.
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
+
-`paused` - (Required) When set to true, the scanner is paused. To disable, set to false.
48
+
-`authentication` - (Required) Authentication details for making `xray:Get*` calls.
49
+
+`type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
50
+
+`access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
51
+
+`secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
52
+
+`role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
53
+
-`path` - (Required) The location to scan for new data.
54
+
+`type` - (Required) type of polling source. This has to be `AwsXRayPath` for AWS XRay source.
55
+
+`limit_to_regions` - (Optional) List of Amazon regions.
0 commit comments