Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-cloudwatchlogdestination.html

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

string

Remarks

You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-cloudwatchlogdestination.html#cfn-osis-pipeline-cloudwatchlogdestination-loggroup

Back to top Generated by DocFX