AWS::OSIS::Pipeline CloudWatchLogDestination - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::OSIS::Pipeline CloudWatchLogDestination

The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "LogGroup" : String }

YAML

LogGroup: String

Properties

LogGroup

The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines.

Required: Yes

Type: String

Pattern: \/aws\/vendedlogs\/[\.\-_/#A-Za-z0-9]+

Minimum: 1

Maximum: 512

Update requires: No interruption