You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-cloudwatch-logs): CloudWatch Logs supports "DELIVERY" log class. This log class is used only for delivering AWS Lambda logs to Amazon S3 or Amazon Data Firehose.
* <p>CloudWatch Logs supports only symmetric KMS keys. Do not use an associate
68
+
* <p>CloudWatch Logs supports only symmetric KMS keys. Do not associate
69
69
* an asymmetric KMS key with your log group or query results. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using
* bucket. To separate log data for each export task, specify a prefix to be used as the Amazon
46
46
* S3 key prefix for all exported objects.</p>
47
47
* <note>
48
-
* <p>We recommend that you don't regularly export to Amazon S3 as a way to continuously archive your logs. For that use case, we instaed recommend that
48
+
* <p>We recommend that you don't regularly export to Amazon S3 as a way to continuously archive your logs. For that use case, we instead recommend that
49
49
* you use subscriptions. For more information about subscriptions, see
50
50
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Subscriptions.html">Real-time processing of log data with subscriptions</a>.</p>
* <p>The <code>Infrequent Access</code> log class supports a subset of CloudWatch Logs features
1289
1290
* and incurs lower costs.</p>
1290
1291
* </li>
1292
+
* <li>
1293
+
* <p>Use the <code>Delivery</code> log class only for delivering Lambda logs to store in Amazon S3 or
1294
+
* Amazon Data Firehose. Log events in log groups in the Delivery class are kept in CloudWatch Logs for only one day. This log class doesn't offer rich CloudWatch Logs capabilities such as
1295
+
* CloudWatch Logs Insights queries.</p>
1296
+
* </li>
1291
1297
* </ul>
1292
1298
* <p>If you omit this parameter, the default of <code>STANDARD</code> is used.</p>
* <p>The <code>Infrequent Access</code> log class supports a subset of CloudWatch Logs features
2591
2597
* and incurs lower costs.</p>
2592
2598
* </li>
2599
+
* <li>
2600
+
* <p>Use the <code>Delivery</code> log class only for delivering Lambda logs to store in Amazon S3 or
2601
+
* Amazon Data Firehose. Log events in log groups in the Delivery class are kept in CloudWatch Logs for only one day. This log class doesn't offer rich CloudWatch Logs capabilities such as
2602
+
* CloudWatch Logs Insights queries.</p>
2603
+
* </li>
2593
2604
* </ul>
2594
2605
* <p>For details about the features supported by each class, see
* <p>The <code>Infrequent Access</code> log class supports a subset of CloudWatch Logs features
2691
2702
* and incurs lower costs.</p>
2692
2703
* </li>
2704
+
* <li>
2705
+
* <p>Use the <code>Delivery</code> log class only for delivering Lambda logs to store in Amazon S3 or
2706
+
* Amazon Data Firehose. Log events in log groups in the Delivery class are kept in CloudWatch Logs for only one day. This log class doesn't offer rich CloudWatch Logs capabilities such as
2707
+
* CloudWatch Logs Insights queries.</p>
2708
+
* </li>
2693
2709
* </ul>
2694
-
* <p>For details about the features supported by each class, see
2710
+
* <p>For details about the features supported by the Standard and Infrequent Access classes, see
0 commit comments