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 |
---|---|---|
name | string | The name of the variable. |
data_source | string | The source of the data. |
data_type | string | The data type. |
default_value | string | The default value for the variable when no value is received. |
description | string | The description. |
tags | array | Tags associated with this variable. |
variable_type | string | The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types |
arn | string | The ARN of the variable. |
created_time | string | The time when the variable was created. |
last_updated_time | string | The time when the variable was last updated. |
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