aws.frauddetector.get_variables
Example SQL Queries
SELECT * FROMaws.frauddetector.get_variables;Description
Gets all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage results in retrieving maximum of 100 records per page. If you provide maxSizePerPage the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult as part of your request. Null pagination token fetches the records from the beginning.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The max size per page determined for the get variable request. | BIGINT |
| name Input Column The name of the variable. | VARCHAR |
| next_token Input Column The next page token to be used in subsequent requests. | 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 |
| variables The names of the variables returned. | STRUCT( |
Show child fields
| |