Show / Hide Table of Contents

Class CfnPipelinePropsMixin.CloudWatchLogDestinationProperty

The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.

Inheritance
object
CfnPipelinePropsMixin.CloudWatchLogDestinationProperty
Implements
CfnPipelinePropsMixin.ICloudWatchLogDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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

Implements

CfnPipelinePropsMixin.ICloudWatchLogDestinationProperty
Back to top Generated by DocFX