| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeTargetCloudWatchLogsParameters |
PipeTargetCloudWatchLogsParameters.clone() |
PipeTargetCloudWatchLogsParameters |
PipeTargetParameters.getCloudWatchLogsParameters()
The parameters for using an CloudWatch Logs log stream as a target.
|
PipeTargetCloudWatchLogsParameters |
PipeTargetCloudWatchLogsParameters.withLogStreamName(String logStreamName)
The name of the log stream.
|
PipeTargetCloudWatchLogsParameters |
PipeTargetCloudWatchLogsParameters.withTimestamp(String timestamp)
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetParameters.setCloudWatchLogsParameters(PipeTargetCloudWatchLogsParameters cloudWatchLogsParameters)
The parameters for using an CloudWatch Logs log stream as a target.
|
PipeTargetParameters |
PipeTargetParameters.withCloudWatchLogsParameters(PipeTargetCloudWatchLogsParameters cloudWatchLogsParameters)
The parameters for using an CloudWatch Logs log stream as a target.
|
Copyright © 2024. All rights reserved.