cloudwatch Log Destination
suspend fun cloudwatchLogDestination(value: Output<PipelineLogPublishingOptionsCloudwatchLogDestinationArgs>)
suspend fun cloudwatchLogDestination(value: PipelineLogPublishingOptionsCloudwatchLogDestinationArgs?)
Parameters
value
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.
suspend fun cloudwatchLogDestination(argument: suspend PipelineLogPublishingOptionsCloudwatchLogDestinationArgsBuilder.() -> Unit)
Parameters
argument
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.