elemental-inference:AssociateFeed

Write

elemental-inference:AssociateFeed is a Write access-level action in the elemental-inference service. Grants permission to associate a feed with an AWS resource

Resource types

ARNs that elemental-inference:AssociateFeed can be scoped to in an IAM policy.

arn:${Partition}:elemental-inference:${Region}:${Account}:feed/${Id}
feed

Condition keys

Keys you can use in the Condition block of a policy that grants elemental-inference:AssociateFeed.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

A minimal policy that allows elemental-inference:AssociateFeed. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElementalinferenceAssociateFeed",
      "Effect": "Allow",
      "Action": "elemental-inference:AssociateFeed",
      "Resource": "*"
    }
  ]
}

Related actions in elemental-inference

View all elemental-inference actions →