Pipeline Log Publishing Options Args
data class PipelineLogPublishingOptionsArgs(val cloudwatchLogDestination: Output<PipelineLogPublishingOptionsCloudwatchLogDestinationArgs>? = null, val isLoggingEnabled: Output<Boolean>? = null) : ConvertibleToJava<PipelineLogPublishingOptionsArgs>
Constructors
Link copied to clipboard
constructor(cloudwatchLogDestination: Output<PipelineLogPublishingOptionsCloudwatchLogDestinationArgs>? = null, isLoggingEnabled: Output<Boolean>? = null)
Properties
Link copied to clipboard
val cloudwatchLogDestination: Output<PipelineLogPublishingOptionsCloudwatchLogDestinationArgs>? = null
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if IsLoggingEnabled is set to true. See cloudwatch_log_destination
below.
Link copied to clipboard
Whether logs should be published.