variables_list_only
Lists variables in a region or regions, for all properties use variables
Overview
| Name | variables_list_only |
| Type | Resource |
| Description | A resource schema for a Variable in Amazon Fraud Detector. |
| Id | aws.frauddetector.variables_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The ARN of the variable. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all variables in a region.
SELECT
region,
arn
FROM aws.frauddetector.variables_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the variables_list_only resource, see variables