AWS::OSIS::Pipeline CloudWatchLogDestination - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::OSIS::Pipeline CloudWatchLogDestination

The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.

Syntax

To declare this entity in your Amazon 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