AWS::ElementalInference::FeedRepresents a feed that receives media for inference processing
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Outputs | Array<GetOutput> | Required |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
DataEndpoints | Array<string> | - |
Id | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elemental-inference:CreateFeedelemental-inference:TagResourceelemental-inference:GetFeedelemental-inference:ListTagsForResourceelemental-inference:UpdateFeedelemental-inference:GetFeedelemental-inference:TagResourceelemental-inference:UntagResourceelemental-inference:ListTagsForResourceelemental-inference:DeleteFeedelemental-inference:GetFeedelemental-inference:ListFeedsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId