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
arnstringThe ARN of the variable.
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