AWS::Pipes::Pipe PipeTargetCloudWatchLogsParameters - 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::Pipes::Pipe PipeTargetCloudWatchLogsParameters

The parameters for using an CloudWatch Logs log stream as a target.

Syntax

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

JSON

{ "LogStreamName" : String, "Timestamp" : String }

YAML

LogStreamName: String Timestamp: String

Properties

LogStreamName

The name of the log stream.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

Timestamp

A dynamic path parameter to a field in the payload containing the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

The value cannot be a static timestamp as the provided timestamp would be applied to all events delivered by the Pipe, regardless of when they are actually delivered.

If no dynamic path parameter is provided, the default value is the time the invocation is processed by the Pipe.

Required: No

Type: String

Pattern: ^\$(\.[\w_-]+(\[(\d+|\*)\])*)*$

Minimum: 1

Maximum: 256

Update requires: No interruption