AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ElementalInference::Feed

CfnFeed

Represents a feed that receives media for inference processing.

Import

import { CfnFeed } from 'aws-cdk-lib/aws-elementalinference';

Or use the module namespace:

import * as elementalinference from 'aws-cdk-lib/aws-elementalinference';
// elementalinference.CfnFeed

Properties

Configuration passed to the constructor as CfnFeedProps.

nameRequired
string
outputsRequired
IResolvable | IResolvable | GetOutputProperty[]
tagsOptional
{ [key: string]: string }

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-elementalinference
CFN TypeAWS::ElementalInference::Feed
Properties3

External Links