variables
Retrieves a list of variables
in a region
Overview
Name | variables |
Type | Resource |
Description | variables |
Id | awscc.frauddetector.variables |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the variable. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.frauddetector.variables
WHERE region = 'us-east-1'
Permissions
To operate on the variables
resource, the following permissions are required:
Create
frauddetector:GetVariables,
frauddetector:CreateVariable,
frauddetector:ListTagsForResource,
frauddetector:TagResource
List
frauddetector:GetVariables,
frauddetector:ListTagsForResource