variable_tags
Expands all tag keys and values for variables
in a region
Overview
Name | variable_tags |
Type | Resource |
Description | A resource schema for a Variable in Amazon Fraud Detector. |
Id | aws.frauddetector.variable_tags |
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. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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