This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ElementalInference::Feed
Represents a feed that receives media for inference processing.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ElementalInference::Feed", "Properties" : { "Name" :String, "Outputs" :[ GetOutput, ... ], "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::ElementalInference::Feed Properties: Name:StringOutputs:- GetOutputTags:Key:Value
Properties
Name-
A name for the feed.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]([a-zA-Z0-9-_]{0,126}[a-zA-Z0-9])?$Update requires: No interruption
Outputs-
An array of outputs for this feed. Each output represents a specific Elemental Inference feature. For example, an output might represent the cropping feature.
Required: Yes
Type: Array of GetOutput
Update requires: No interruption
-
A collection of tags for this feed. Each tag is a key-value pair.
Required: No
Type: Object of String
Pattern:
.+Maximum:
256Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ID of the feed. For example:
{"Ref":"abcdefghijklmnopqrst"}
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
Arn-
The unique ARN of the feed, generated by Elemental Inference.
DataEndpoints-
The unique data endpoint for this feed. The endpoint is used by feed to receive media data and return the resulting metadata. For example,
https://stuvwxyz.elemental-inference-data.us-west-2.amazonaws.com/ Id-
The ID of the feed, generated by Elemental Inference.