Skip to content

Commit

Permalink
Update timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Jun 26, 2024
1 parent c617e4d commit 8194e1f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ export interface CloudWatchLogsTargetParameters {
readonly logStreamName?: string;

/**
* The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
* The JSON path expression that references the timestamp in the payload.
*
* @example
* '$.data.timestamp'
*
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipetargetcloudwatchlogsparameters.html#cfn-pipes-pipe-pipetargetcloudwatchlogsparameters-timestamp
* @default - none
* @default - current time
*/
readonly timestamp?: string;
}
Expand Down

0 comments on commit 8194e1f

Please sign in to comment.