frauddetector:GetExternalModels

List

frauddetector:GetExternalModels is a List access-level action in the frauddetector service. Grants permission to get 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 maxResults, this actions retrieves a maximum of 10 records per page. If you provide a maxResults, 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

Resource types

ARNs that frauddetector:GetExternalModels can be scoped to in an IAM policy.

arn:${Partition}:frauddetector:${Region}:${Account}:external-model/${ResourcePath}
external-model

Condition keys

Keys you can use in the Condition block of a policy that grants frauddetector:GetExternalModels.

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

A minimal policy that allows frauddetector:GetExternalModels. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowFrauddetectorGetExternalModels",
      "Effect": "Allow",
      "Action": "frauddetector:GetExternalModels",
      "Resource": "*"
    }
  ]
}

Related actions in frauddetector

View all frauddetector actions →