Pipeline Log Publishing Options
data class PipelineLogPublishingOptions(val cloudWatchLogDestination: PipelineLogPublishingOptionsCloudWatchLogDestinationProperties? = null, val isLoggingEnabled: Boolean? = null)
Key-value pairs to configure log publishing.
Constructors
Link copied to clipboard
constructor(cloudWatchLogDestination: PipelineLogPublishingOptionsCloudWatchLogDestinationProperties? = null, isLoggingEnabled: Boolean? = null)
Properties
Link copied to clipboard
val cloudWatchLogDestination: PipelineLogPublishingOptionsCloudWatchLogDestinationProperties? = null
The destination for OpenSearch Ingestion Service logs sent to Amazon CloudWatch.
Link copied to clipboard
Whether logs should be published.