Interface CfnPipelinePropsMixin.ICloudWatchLogDestinationProperty
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
Namespace: Amazon.CDK.Mixins.Preview.AWS.OSIS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPipelinePropsMixin.ICloudWatchLogDestinationProperty
Syntax (vb)
Public Interface CfnPipelinePropsMixin.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.Mixins.Preview.AWS.OSIS.Mixins;
var cloudWatchLogDestinationProperty = new CloudWatchLogDestinationProperty {
LogGroup = "logGroup"
};
Synopsis
Properties
| LogGroup | 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
Remarks
You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines .