Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
splunk-soar-connectors-admin committed Jun 10, 2024
1 parent e8cf54f commit ca7a9bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# AWS Athena

Publisher: Splunk
Connector Version: 2.2.7
Connector Version: 2.3.0
Product Vendor: AWS
Product Name: Athena
Product Version Supported (regex): ".\*"
Minimum Product Version: 4.9.39220
Minimum Product Version: 6.2.1

This app supports investigative actions on AWS Athena

Expand Down Expand Up @@ -108,7 +108,7 @@ action_result.summary.num_queries | numeric | | 7
action_result.message | string | | Num queries: 7
summary.total_objects | numeric | | 1
summary.total_objects_successful | numeric | | 1
action_result.parameter.credentials | string | `aws credentials` | {'AccessKeyId': 'ASIASJL6ZZZZZ3M7QC2J', 'Expiration': '2021-06-07 22:28:04', 'SecretAccessKey': 'test sesstion access token', 'SessionToken': 'test sesstion token'} # pragma: allowlist secret
action_result.parameter.credentials | string | `aws credentials` | {'AccessKeyId': 'ASIASJL6ZZZZZ3M7QC2J', 'Expiration': '2021-06-07 22:28:04', 'SecretAccessKey': 'test session access token', 'SessionToken': 'test session token'}

## action: 'run query'
Run a named query on Athena
Expand Down Expand Up @@ -140,4 +140,4 @@ action_result.summary.num_rows | numeric | | 0
action_result.message | string | | Num rows: 0
summary.total_objects | numeric | | 1
summary.total_objects_successful | numeric | | 1
action_result.parameter.credentials | string | `aws credentials` | {'AccessKeyId': 'ASIASJL6ZZZZZ3M7QC2J', 'Expiration': '2021-06-07 22:28:04', 'SecretAccessKey': 'test sesstion access token', 'SessionToken': 'test sesstion token'} # pragma: allowlist secret
action_result.parameter.credentials | string | `aws credentials` | {'AccessKeyId': 'ASIASJL6ZZZZZ3M7QC2J', 'Expiration': '2021-06-07 22:28:04', 'SecretAccessKey': 'test session access token', 'SessionToken': 'test session token'}

0 comments on commit ca7a9bd

Please sign in to comment.