aws-cdk-lib.aws_pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty

interface PipeTargetCloudWatchLogsParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_PipeTargetCloudWatchLogsParametersProperty
Javasoftware.amazon.awscdk.services.pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty
Pythonaws_cdk.aws_pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty
TypeScript aws-cdk-lib » aws_pipes » CfnPipe » PipeTargetCloudWatchLogsParametersProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from 'aws-cdk-lib';
const pipeTargetCloudWatchLogsParametersProperty: pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty = {
  logStreamName: 'logStreamName',
  timestamp: 'timestamp',
};

Properties

NameTypeDescription
logStreamName?stringThe name of the log stream.
timestamp?stringThe time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

logStreamName?

Type: string (optional)

The name of the log stream.


timestamp?

Type: string (optional)

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.