AWS Fundamentals Logo
AWS Fundamentals
AWS::ElementalInference::Feed

ElementalInference Feed

Represents a feed that receives media for inference processing

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Outputs
Array<GetOutput>
Required
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
DataEndpointsArray<string>-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElementalInference::Feed

Resources:
  MyResource:
    Type: AWS::ElementalInference::Feed
    Properties:
      Name: "my-name"
      Outputs: []
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

elemental-inference:CreateFeedelemental-inference:TagResource

read

elemental-inference:GetFeedelemental-inference:ListTagsForResource

update

elemental-inference:UpdateFeedelemental-inference:GetFeedelemental-inference:TagResourceelemental-inference:UntagResourceelemental-inference:ListTagsForResource

delete

elemental-inference:DeleteFeedelemental-inference:GetFeed

list

elemental-inference:ListFeeds

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceElementalInference
Properties6
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links