Skip to main content

variable_tags

Expands all tag keys and values for variables in a region

Overview

Namevariable_tags
TypeResource
DescriptionA resource schema for a Variable in Amazon Fraud Detector.
Idaws.frauddetector.variable_tags

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.
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all variables in a region.

SELECT
region,
name,
data_source,
data_type,
default_value,
description,
variable_type,
arn,
created_time,
last_updated_time,
tag_key,
tag_value
FROM aws.frauddetector.variable_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the variable_tags resource, see variables