Interface CfnPipeline.ICloudWatchLogDestinationProperty
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
Namespace: Amazon.CDK.AwsOsis
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICloudWatchLogDestinationProperty
Syntax (vb)
Public Interface ICloudWatchLogDestinationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_osis;
var cloudWatchLogDestinationProperty = new CloudWatchLogDestinationProperty {
LogGroup = "logGroup"
};
Synopsis
Properties
Log |
The name of the CloudWatch Logs group to send pipeline logs to. |
Properties
LogGroup
The name of the CloudWatch Logs group to send pipeline logs to.
string LogGroup { get; }
Property Value
System.
Remarks
You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines
.