Interface CfnPipe.PipeTargetCloudWatchLogsParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipe.PipeTargetCloudWatchLogsParametersProperty.Jsii$Proxy
- Enclosing class:
- CfnPipe
@Stability(Stable)
public static interface CfnPipe.PipeTargetCloudWatchLogsParametersProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.pipes.*; PipeTargetCloudWatchLogsParametersProperty pipeTargetCloudWatchLogsParametersProperty = PipeTargetCloudWatchLogsParametersProperty.builder() .logStreamName("logStreamName") .timestamp("timestamp") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.PipeTargetCloudWatchLogsParametersProperty
static final class
An implementation forCfnPipe.PipeTargetCloudWatchLogsParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogStreamName
The name of the log stream. -
getTimestamp
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. -
builder
-