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 OutputConfig
Contains one output, of a specific type, that you want in this feed.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Clipping" :ClippingConfig, "Cropping" :Json}
YAML
Clipping:ClippingConfigCropping:Json
Properties
Clipping-
Specifies that this is a clipping output.
Required: No
Type: ClippingConfig
Update requires: No interruption
Cropping-
Specifies that this is a cropping output. Enter empty brace brackets {} as the value.
You might be creating this feed in order to pass it to AWS Elemental MediaLive, because you are using MediaLive to implement cropping. In this case, MediaLive will insert the cropping output in the feed that you pass. Don't include the output yourself when you create the feed.
Required: No
Type: Json
Update requires: No interruption