aws.frauddetector.get_rules
Example SQL Queries
SELECT * FROMaws.frauddetector.get_rulesWHERE"detector_id" = 'VALUE';Description
Get all rules for a detector (paginated) if ruleId and ruleVersion are not specified. Gets all rules for the detector and the ruleId if present (paginated). Gets a specific rule if both the ruleId and the ruleVersion are specified.
This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The detector ID. | VARCHAR |
| max_results Input Column The maximum number of rules to return for the request. | BIGINT |
| next_token Input Column The next page token to be used in subsequent requests. | VARCHAR |
| rule_id Input Column The rule ID. | VARCHAR |
| rule_version Input Column The rule version. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| rule_details The details of the requested rule. | STRUCT( |
Show child fields
| |