personalize:DescribeFeatureTransformation

Read

personalize:DescribeFeatureTransformation is a Read access-level action in the personalize service. Grants permission to describe a feature transformation

Resource types

ARNs that personalize:DescribeFeatureTransformation can be scoped to in an IAM policy.

arn:${Partition}:personalize:::feature-transformation/${ResourceId}
featureTransformation

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPersonalizeDescribeFeatureTransformation",
      "Effect": "Allow",
      "Action": "personalize:DescribeFeatureTransformation",
      "Resource": "*"
    }
  ]
}

Related actions in personalize

View all personalize actions →