Skip to content

Commit 29c96df

Browse files
author
AWS
committed
AWS S3 Control Update: Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
1 parent 511848c commit 29c96df

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS S3 Control",
4+
"contributor": "",
5+
"description": "Added Amazon CloudWatch publishing option for S3 Storage Lens metrics."
6+
}

services/s3control/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,17 @@
11391139
"locationName":"Arn"
11401140
}
11411141
},
1142+
"CloudWatchMetrics":{
1143+
"type":"structure",
1144+
"required":["IsEnabled"],
1145+
"members":{
1146+
"IsEnabled":{
1147+
"shape":"IsEnabled",
1148+
"documentation":"<p>A container that indicates whether CloudWatch publishing for S3 Storage Lens metrics is enabled. A value of <code>true</code> indicates that CloudWatch publishing for S3 Storage Lens metrics is enabled.</p>"
1149+
}
1150+
},
1151+
"documentation":"<p>A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.</p> <p>For more information about publishing S3 Storage Lens metrics to CloudWatch, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html\">Monitor S3 Storage Lens metrics in CloudWatch</a> in the <i>Amazon S3 User Guide</i>.</p>"
1152+
},
11421153
"ConfigId":{
11431154
"type":"string",
11441155
"max":64,
@@ -4783,11 +4794,14 @@
47834794
},
47844795
"StorageLensDataExport":{
47854796
"type":"structure",
4786-
"required":["S3BucketDestination"],
47874797
"members":{
47884798
"S3BucketDestination":{
47894799
"shape":"S3BucketDestination",
47904800
"documentation":"<p>A container for the bucket where the S3 Storage Lens metrics export will be located.</p> <note> <p>This bucket must be located in the same Region as the storage lens configuration. </p> </note>"
4801+
},
4802+
"CloudWatchMetrics":{
4803+
"shape":"CloudWatchMetrics",
4804+
"documentation":"<p>A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.</p>"
47914805
}
47924806
},
47934807
"documentation":"<p>A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.</p>"

0 commit comments

Comments
 (0)