| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
LogPublishingOptions |
LogPublishingOptions.clone() |
LogPublishingOptions |
UpdatePipelineRequest.getLogPublishingOptions()
Key-value pairs to configure log publishing.
|
LogPublishingOptions |
CreatePipelineRequest.getLogPublishingOptions()
Key-value pairs to configure log publishing.
|
LogPublishingOptions |
Pipeline.getLogPublishingOptions()
Key-value pairs that represent log publishing settings.
|
LogPublishingOptions |
LogPublishingOptions.withCloudWatchLogDestination(CloudWatchLogDestination cloudWatchLogDestination)
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
|
LogPublishingOptions |
LogPublishingOptions.withIsLoggingEnabled(Boolean isLoggingEnabled)
Whether logs should be published.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePipelineRequest.setLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs to configure log publishing.
|
void |
CreatePipelineRequest.setLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs to configure log publishing.
|
void |
Pipeline.setLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs that represent log publishing settings.
|
UpdatePipelineRequest |
UpdatePipelineRequest.withLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs to configure log publishing.
|
CreatePipelineRequest |
CreatePipelineRequest.withLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs to configure log publishing.
|
Pipeline |
Pipeline.withLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs that represent log publishing settings.
|
Copyright © 2025. All rights reserved.