Interface CloudWatchLogDestination.Builder

    • Method Detail

      • logGroup

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

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.