public static interface CloudWatchLogDestination.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogDestination.Builder,CloudWatchLogDestination>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogDestination.Builder |
logGroup(String logGroup)
The name of the CloudWatch Logs group to send pipeline logs to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudWatchLogDestination.Builder logGroup(String 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/OpenSearchService/IngestionService/my-pipeline.
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/OpenSearchService/IngestionService/my-pipeline.Copyright © 2023. All rights reserved.