AwsEventbridgePipeTargetCloudwatchLogsParametersArgs
interface AwsEventbridgePipeTargetCloudwatchLogsParametersArgs {
logStreamName?: Input<string>;
timestamp?: Input<string>;
}Target parameters when routing pipe events to a CloudWatch Logs log stream.
Properties
logStreamName: Input<string>
Name of the CloudWatch Logs log stream.
timestamp: Input<string>
Timestamp for the log record, expressed as milliseconds since epoch, or a JSONPath expression (e.g. $.detail.timestamp).