Skip to main content

variables_list_only

Lists variables in a region or regions, for all properties use variables

Overview

Namevariables_list_only
TypeResource
DescriptionA resource schema for a Variable in Amazon Fraud Detector.
Idaws.frauddetector.variables_list_only

Fields

NameDatatypeDescription
namestringThe name of the variable.
data_sourcestringThe source of the data.
data_typestringThe data type.
default_valuestringThe default value for the variable when no value is received.
descriptionstringThe description.
tagsarrayTags associated with this variable.
variable_typestringThe variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
arnstringThe ARN of the variable.
created_timestringThe time when the variable was created.
last_updated_timestringThe time when the variable was last updated.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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