AWS::Pipes::Pipe PipeTargetCloudWatchLogsParameters
The parameters for using an CloudWatch Logs log stream as a target.
Syntax
To declare this entity in your AWS 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
-
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Required: No
Type: String
Pattern:
^\$(\.[\w_-]+(\[(\d+|\*)\])*)*$
Minimum:
1
Maximum:
256
Update requires: No interruption