Skip to content

Commit 3413a21

Browse files
committed
Remove unsupported auth method from the docs for inventory source
1 parent 0113979 commit 3413a21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/docs/r/aws_inventory_source.html.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ In addition to the common properties, the following arguments are supported:
4747
- `scan_interval` - (Required) Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected.
4848
- `paused` - (Required) When set to true, the scanner is paused. To disable, set to false.
4949
- `authentication` - (Required) Authentication details to access AWS `Describe*` APIs.
50-
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
51-
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
52-
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
53-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
50+
+ `type` - (Required) Must be `AWSRoleBasedAuthentication`
51+
+ `role_arn` - (Required) Your AWS role ARN. More details [here](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services/Grant-Access-to-an-AWS-Product#iam-role).
5452
- `path` - (Required) The location to scan for new data.
5553
+ `type` - (Required) type of polling source. This has to be `AwsInventoryPath` for AWS Inventory source.
5654
+ `limit_to_regions` - (Optional) List of Amazon regions.

0 commit comments

Comments
 (0)