variable
Gets an individual variable
resource
Overview
Name | variable |
Type | Resource |
Description | variable |
Id | awscc.frauddetector.variable |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
data_source,
data_type,
default_value,
description,
tags,
variable_type,
arn,
created_time,
last_updated_time
FROM awscc.frauddetector.variable
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the variable
resource, the following permissions are required:
Read
frauddetector:GetVariables,
frauddetector:ListTagsForResource
Update
frauddetector:GetVariables,
frauddetector:UpdateVariable,
frauddetector:ListTagsForResource,
frauddetector:TagResource,
frauddetector:UntagResource
Delete
frauddetector:GetVariables,
frauddetector:DeleteVariable