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
* <p>You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You
65
65
* can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.</p>
66
-
* <p>You can't update an existing delivery. You can only create and delete deliveries.</p>
66
+
* <p>To update an existing delivery configuration, use <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_UpdateDeliveryConfiguration.html">UpdateDeliveryConfiguration</a>.</p>
67
67
* @example
68
68
* Use a bare-bones client and the command you need to make an API call.
* To remove tags, use <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_UntagResource.html">UntagResource</a>.</p>
38
38
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html#log-group-tagging">Tag Log Groups in Amazon CloudWatch Logs</a>
39
39
* in the <i>Amazon CloudWatch Logs User Guide</i>.</p>
40
-
* <p>CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to
40
+
* <p>CloudWatch Logs doesn't support IAM policies that prevent users from assigning specified tags to
41
41
* log groups using the <code>aws:Resource/<i>key-name</i>
42
42
* </code> or <code>aws:TagKeys</code> condition keys.
43
43
* For more information about using tags to control access, see
* <p>Removes the specified tags from the specified log group.</p>
36
36
* <p>To list the tags for a log group, use <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>.
37
37
* To add tags, use <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_TagResource.html">TagResource</a>.</p>
38
-
* <p>CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to
38
+
* <p>CloudWatch Logs doesn't support IAM policies that prevent users from assigning specified tags to
39
39
* log groups using the <code>aws:Resource/<i>key-name</i>
40
40
* </code> or <code>aws:TagKeys</code> condition keys.
* <p>A delivery is a connection between a logical <i>delivery source</i> and a logical
826
837
* <i>delivery destination</i>.</p>
827
838
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html">CreateDelivery</a>.</p>
828
-
* <p>You can't update an existing delivery. You can only create and delete deliveries.</p>
839
+
* <p>To update an existing delivery configuration, use <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_UpdateDeliveryConfiguration.html">UpdateDeliveryConfiguration</a>.</p>
* <p>The prefix used as the start of the key for every object exported. If you don't
1007
1018
* specify a value, the default is <code>exportedlogs</code>.</p>
1019
+
* <p>The length of this parameter must comply with the S3 object key name length limits. The object key name is a sequence of Unicode characters with UTF-8 encoding,
0 commit comments