| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeLogConfiguration |
PipeLogConfiguration.clone() |
PipeLogConfiguration |
DescribePipeResult.getLogConfiguration()
The logging configuration settings for the pipe.
|
PipeLogConfiguration |
PipeLogConfiguration.withCloudwatchLogsLogDestination(CloudwatchLogsLogDestination cloudwatchLogsLogDestination)
The Amazon CloudWatch Logs logging configuration settings for the pipe.
|
PipeLogConfiguration |
PipeLogConfiguration.withFirehoseLogDestination(FirehoseLogDestination firehoseLogDestination)
The Amazon Data Firehose logging configuration settings for the pipe.
|
PipeLogConfiguration |
PipeLogConfiguration.withIncludeExecutionData(Collection<String> includeExecutionData)
Whether the execution data (specifically, the
payload, awsRequest, and
awsResponse fields) is included in the log messages for this pipe. |
PipeLogConfiguration |
PipeLogConfiguration.withIncludeExecutionData(IncludeExecutionDataOption... includeExecutionData)
Whether the execution data (specifically, the
payload, awsRequest, and
awsResponse fields) is included in the log messages for this pipe. |
PipeLogConfiguration |
PipeLogConfiguration.withIncludeExecutionData(String... includeExecutionData)
Whether the execution data (specifically, the
payload, awsRequest, and
awsResponse fields) is included in the log messages for this pipe. |
PipeLogConfiguration |
PipeLogConfiguration.withLevel(LogLevel level)
The level of logging detail to include.
|
PipeLogConfiguration |
PipeLogConfiguration.withLevel(String level)
The level of logging detail to include.
|
PipeLogConfiguration |
PipeLogConfiguration.withS3LogDestination(S3LogDestination s3LogDestination)
The Amazon S3 logging configuration settings for the pipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePipeResult.setLogConfiguration(PipeLogConfiguration logConfiguration)
The logging configuration settings for the pipe.
|
DescribePipeResult |
DescribePipeResult.withLogConfiguration(PipeLogConfiguration logConfiguration)
The logging configuration settings for the pipe.
|
Copyright © 2024. All rights reserved.