AWS::ElementalInference::Feed GetOutput - AWS CloudFormation

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 GetOutput

Contains configuration information about one output in a feed.

Syntax

To declare this entity in your 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