Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Amazon Fraud Detector (service prefix:
frauddetector
) provides the following service-specific resources, actions, and condition context
keys for use in IAM permission policies.
References:
Learn how to configure this service .
View a list of the API operations available for this service .
Learn how to secure this service and its resources by using IAM permission policies.
Topics
You can specify the following actions in the
Action
element of an IAM policy statement. Use policies to grant permissions to perform
an operation in AWS. When you use an action in a policy, you usually allow or
deny access to the API operation or CLI command with the same name. However,
in some cases, a single action controls access to more than one operation. Alternatively,
some operations require several different actions.
The
Resource
column indicates whether each action supports resource-level permissions. If
there is no value for this column, you must specify all resources ("*") in the
Resource
element of your policy statement. If the column includes a resource type, then
you can specify an ARN of that type in a statement with that action. Required
resources are indicated in the table with an asterisk (*). If you specify a resource-level
permission ARN in a statement using this action, then it must be of this type.
Some actions support multiple resource types. If the resource type is optional (not
indicated as required), then you can choose to use one but not the other.
For details about the columns in the following table, see The Actions Table .
Actions | Description | Access Level | Resource Types (*required) | Condition Keys | Dependent Actions |
---|---|---|---|---|---|
BatchCreateVariable | Creates a batch of variables. | Write | |||
BatchGetVariable | Gets a batch of variables. | List | |||
CreateDetectorVersion | Creates a detector version. The detector version starts in a DRAFT status. | Write | |||
CreateModelVersion | Creates a version of the model using the specified model type. | Write | |||
CreateRule | Creates a rule for use with the specified detector. | Write | |||
CreateVariable | Creates a variable. | Write | |||
DeleteDetectorVersion | Deletes the detector version. | Write | |||
DeleteEvent | Deletes the specified event. | Write | |||
DescribeDetector | Gets all versions for a specified detector. | Read | |||
DescribeModelVersions | Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version. | Read | |||
GetDetectorVersion | Gets a particular detector version. | List | |||
GetDetectors | Gets all of detectors. This is a paginated API. If you provide a null maxSizePerPage, this actions retrieves a maximum of 10 records per page. If you provide a maxSizePerPage, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEventTypesResponse as part of your request. A null pagination token fetches the records from the beginning. | List | |||
GetExternalModels | Gets the details for one or more Amazon SageMaker models that have been imported into the service. This is a paginated API. If you provide a null maxSizePerPage, this actions retrieves a maximum of 10 records per page. If you provide a maxSizePerPage, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetExternalModelsResult as part of your request. A null pagination token fetches the records from the beginning. | List | |||
GetModelVersion | Gets a model version. | List | |||
GetModels | Gets all of the models for the AWS account, or the specified model type, or gets a single model for the specified model type, model ID combination. | List | |||
GetOutcomes | Gets one or more outcomes. This is a paginated API. If you provide a null maxSizePerPage, this actions retrieves a maximum of 10 records per page. If you provide a maxSizePerPage, the value must be between 50 and 100. To get the next page results, provide the pagination token from the GetOutcomesResult as part of your request. A null pagination token fetches the records from the beginning. | List | |||
GetPrediction | Evaluates an event against a detector version. If a version ID is not provided, the detector’s (ACTIVE) version is used. | Read | |||
GetRules | Gets all rules available for the specified detector. | List | |||
GetVariables | Gets 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. | List | |||
PutDetector | Creates or updates a detector. | Write | |||
PutExternalModel | Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables. | Write | |||
PutModel | Creates or updates a model. | Write |
iam:PassRole |
||
PutOutcome | Creates or updates an outcome. | Write | |||
UpdateDetectorVersion | Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, and description. You can only update a DRAFT detector version. | Write | |||
UpdateDetectorVersionMetadata | Updates the detector version's description. You can update the metadata for any detector version (DRAFT, ACTIVE, or INACTIVE). | Write | |||
UpdateDetectorVersionStatus | Updates the detector version’s status. You can perform the following promotions or demotions using UpdateDetectorVersionStatus: DRAFT to ACTIVE, ACTIVE to INACTIVE, and INACTIVE to ACTIVE. | Write | |||
UpdateModelVersion | Updates a model version. You can update the description and status attributes using this action. | Write | |||
UpdateRuleMetadata | Updates a rule's metadata. | Write | |||
UpdateRuleVersion | Updates a rule version resulting in a new rule version. | Write | |||
UpdateVariable | Updates a variable. | Write |
Amazon Fraud Detector does not support specifying a resource ARN in the
Resource
element of an IAM policy statement. To allow access to Amazon Fraud Detector,
specify
“Resource”: “*”
in your policy.
Fraud Detector has no service-specific context keys that can be used in the
Condition
element of policy statements. For the list of the global context keys that are
available to all services, see
Available Keys for Conditions
in the
IAM Policy Reference
.