Class CfnPipelinePropsMixin.CloudWatchLogDestinationProperty
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OSIS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPipelinePropsMixin.CloudWatchLogDestinationProperty : CfnPipelinePropsMixin.ICloudWatchLogDestinationProperty
Syntax (vb)
Public Class CfnPipelinePropsMixin.CloudWatchLogDestinationProperty Implements 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.CfnPropertyMixins.AWS.OSIS;
var cloudWatchLogDestinationProperty = new CloudWatchLogDestinationProperty {
LogGroup = "logGroup"
};
Synopsis
Constructors
| CloudWatchLogDestinationProperty() | The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch. |
Properties
| LogGroup | The name of the CloudWatch Logs group to send pipeline logs to. |
Constructors
CloudWatchLogDestinationProperty()
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
public CloudWatchLogDestinationProperty()
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.CfnPropertyMixins.AWS.OSIS;
var cloudWatchLogDestinationProperty = new CloudWatchLogDestinationProperty {
LogGroup = "logGroup"
};
Properties
LogGroup
The name of the CloudWatch Logs group to send pipeline logs to.
public string? LogGroup { get; set; }
Property Value
Remarks
You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines .