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