AWS::ElementalInference::Feed GetOutput - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ElementalInference::Feed GetOutput

Contains configuration information about one output in a feed.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Description" : String, "Name" : String, "OutputConfig" : OutputConfig, "Status" : String }

YAML

Description: String Name: String OutputConfig: OutputConfig Status: String

Properties

Description

The description that you assign to this output.

Required: No

Type: String

Pattern: ^[\w \-\.',@:;]*$

Maximum: 1024

Update requires: No interruption

Name

The user-friendly name that you assign to this output.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9]([a-zA-Z0-9-_]{0,126}[a-zA-Z0-9])?$

Update requires: No interruption

OutputConfig

Contains one typed output. Including a specific typed output enables the corresponding Elemental Inference in the feed.

Required: Yes

Type: OutputConfig

Update requires: No interruption

Status

The status that you assign to this output.

Required: Yes

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption