frauddetector:GetVariables is a List access-level action in the frauddetector service. Grants permission to get all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage results in retrieving maximum of 100 records per page. If you provide maxSizePerPage the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult as part of your request. Null pagination token fetches the records from the beginning
ARNs that frauddetector:GetVariables can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:GetVariables.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:GetVariables. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorGetVariables",
"Effect": "Allow",
"Action": "frauddetector:GetVariables",
"Resource": "*"
}
]
}