Skip to content

Commit ec0cfe8

Browse files
author
AWS
committed
AWS CloudTrail Update: AWS launches CloudTrail aggregated events to simplify monitoring of data events at scale. This feature delivers both granular and summarized data events for resources like S3/Lambda, helping security teams identify patterns without custom aggregation logic.
1 parent 676e3c8 commit ec0cfe8

File tree

2 files changed

+87
-9
lines changed

2 files changed

+87
-9
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 CloudTrail",
4+
"contributor": "",
5+
"description": "AWS launches CloudTrail aggregated events to simplify monitoring of data events at scale. This feature delivers both granular and summarized data events for resources like S3/Lambda, helping security teams identify patterns without custom aggregation logic."
6+
}

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

Lines changed: 81 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@
469469
"input":{"shape":"GetEventConfigurationRequest"},
470470
"output":{"shape":"GetEventConfigurationResponse"},
471471
"errors":[
472+
{"shape":"TrailNotFoundException"},
473+
{"shape":"InvalidTrailNameException"},
472474
{"shape":"CloudTrailARNInvalidException"},
473475
{"shape":"UnsupportedOperationException"},
474476
{"shape":"OperationNotPermittedException"},
@@ -480,7 +482,7 @@
480482
{"shape":"NoManagementAccountSLRExistsException"},
481483
{"shape":"InvalidParameterCombinationException"}
482484
],
483-
"documentation":"<p>Retrieves the current event configuration settings for the specified event data store, including details about maximum event size and context key selectors configured for the event data store.</p>",
485+
"documentation":"<p>Retrieves the current event configuration settings for the specified event data store or trail. The response includes maximum event size configuration, the context key selectors configured for the event data store, and any aggregation settings configured for the trail.</p>",
484486
"idempotent":true
485487
},
486488
"GetEventDataStore":{
@@ -864,6 +866,11 @@
864866
"input":{"shape":"PutEventConfigurationRequest"},
865867
"output":{"shape":"PutEventConfigurationResponse"},
866868
"errors":[
869+
{"shape":"TrailNotFoundException"},
870+
{"shape":"InvalidTrailNameException"},
871+
{"shape":"CloudTrailARNInvalidException"},
872+
{"shape":"InvalidParameterCombinationException"},
873+
{"shape":"InvalidHomeRegionException"},
867874
{"shape":"EventDataStoreARNInvalidException"},
868875
{"shape":"EventDataStoreNotFoundException"},
869876
{"shape":"InvalidEventDataStoreStatusException"},
@@ -873,15 +880,13 @@
873880
{"shape":"OperationNotPermittedException"},
874881
{"shape":"ThrottlingException"},
875882
{"shape":"InvalidParameterException"},
876-
{"shape":"InvalidParameterCombinationException"},
877-
{"shape":"CloudTrailARNInvalidException"},
878883
{"shape":"ConflictException"},
879884
{"shape":"NotOrganizationMasterAccountException"},
880885
{"shape":"NoManagementAccountSLRExistsException"},
881886
{"shape":"InsufficientDependencyServiceAccessPermissionException"},
882887
{"shape":"InsufficientIAMAccessPermissionException"}
883888
],
884-
"documentation":"<p>Updates the event configuration settings for the specified event data store. You can update the maximum event size and context key selectors.</p>",
889+
"documentation":"<p>Updates the event configuration settings for the specified event data store or trail. This operation supports updating the maximum event size, adding or modifying context key selectors for event data store, and configuring aggregation settings for the trail.</p>",
885890
"idempotent":true
886891
},
887892
"PutEventSelectors":{
@@ -1480,6 +1485,29 @@
14801485
"member":{"shape":"AdvancedFieldSelector"},
14811486
"min":1
14821487
},
1488+
"AggregationConfiguration":{
1489+
"type":"structure",
1490+
"required":[
1491+
"Templates",
1492+
"EventCategory"
1493+
],
1494+
"members":{
1495+
"Templates":{
1496+
"shape":"Templates",
1497+
"documentation":"<p>A list of aggregation templates that can be used to configure event aggregation.</p>"
1498+
},
1499+
"EventCategory":{
1500+
"shape":"EventCategoryAggregation",
1501+
"documentation":"<p>Specifies the event category for which aggregation should be performed.</p>"
1502+
}
1503+
},
1504+
"documentation":"<p>An object that contains configuration settings for aggregating events.</p>"
1505+
},
1506+
"AggregationConfigurations":{
1507+
"type":"list",
1508+
"member":{"shape":"AggregationConfiguration"},
1509+
"max":1
1510+
},
14831511
"BillingMode":{
14841512
"type":"string",
14851513
"enum":[
@@ -2381,8 +2409,13 @@
23812409
},
23822410
"EventCategory":{
23832411
"type":"string",
2412+
"documentation":"<p>Specifies the event category for which aggregation configuration is enabled. Valid value is Data.</p>",
23842413
"enum":["insight"]
23852414
},
2415+
"EventCategoryAggregation":{
2416+
"type":"string",
2417+
"enum":["Data"]
2418+
},
23862419
"EventDataStore":{
23872420
"type":"structure",
23882421
"members":{
@@ -2722,6 +2755,10 @@
27222755
"GetEventConfigurationRequest":{
27232756
"type":"structure",
27242757
"members":{
2758+
"TrailName":{
2759+
"shape":"String",
2760+
"documentation":"<p>The name of the trail for which you want to retrieve event configuration settings.</p>"
2761+
},
27252762
"EventDataStore":{
27262763
"shape":"String",
27272764
"documentation":"<p>The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which you want to retrieve event configuration settings.</p>"
@@ -2731,6 +2768,10 @@
27312768
"GetEventConfigurationResponse":{
27322769
"type":"structure",
27332770
"members":{
2771+
"TrailARN":{
2772+
"shape":"String",
2773+
"documentation":"<p>The Amazon Resource Name (ARN) of the trail for which the event configuration settings are returned.</p>"
2774+
},
27342775
"EventDataStoreArn":{
27352776
"shape":"EventDataStoreArn",
27362777
"documentation":"<p>The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings are returned.</p>"
@@ -2742,6 +2783,10 @@
27422783
"ContextKeySelectors":{
27432784
"shape":"ContextKeySelectors",
27442785
"documentation":"<p>The list of context key selectors that are configured for the event data store.</p>"
2786+
},
2787+
"AggregationConfigurations":{
2788+
"shape":"AggregationConfigurations",
2789+
"documentation":"<p>The list of aggregation configurations that are configured for the trail.</p>"
27452790
}
27462791
}
27472792
},
@@ -4272,14 +4317,14 @@
42724317
},
42734318
"PutEventConfigurationRequest":{
42744319
"type":"structure",
4275-
"required":[
4276-
"MaxEventSize",
4277-
"ContextKeySelectors"
4278-
],
42794320
"members":{
4321+
"TrailName":{
4322+
"shape":"String",
4323+
"documentation":"<p>The name of the trail for which you want to update event configuration settings.</p>"
4324+
},
42804325
"EventDataStore":{
42814326
"shape":"String",
4282-
"documentation":"<p>The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which you want to update event configuration settings.</p>"
4327+
"documentation":"<p>The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which event configuration settings are updated.</p>"
42834328
},
42844329
"MaxEventSize":{
42854330
"shape":"MaxEventSize",
@@ -4288,12 +4333,20 @@
42884333
"ContextKeySelectors":{
42894334
"shape":"ContextKeySelectors",
42904335
"documentation":"<p>A list of context key selectors that will be included to provide enriched event data.</p>"
4336+
},
4337+
"AggregationConfigurations":{
4338+
"shape":"AggregationConfigurations",
4339+
"documentation":"<p>The list of aggregation configurations that you want to configure for the trail.</p>"
42914340
}
42924341
}
42934342
},
42944343
"PutEventConfigurationResponse":{
42954344
"type":"structure",
42964345
"members":{
4346+
"TrailARN":{
4347+
"shape":"String",
4348+
"documentation":"<p>The Amazon Resource Name (ARN) of the trail that has aggregation enabled.</p>"
4349+
},
42974350
"EventDataStoreArn":{
42984351
"shape":"EventDataStoreArn",
42994352
"documentation":"<p>The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.</p>"
@@ -4305,6 +4358,10 @@
43054358
"ContextKeySelectors":{
43064359
"shape":"ContextKeySelectors",
43074360
"documentation":"<p>The list of context key selectors that are configured for the event data store.</p>"
4361+
},
4362+
"AggregationConfigurations":{
4363+
"shape":"AggregationConfigurations",
4364+
"documentation":"<p>A list of aggregation configurations that are configured for the trail.</p>"
43084365
}
43094366
}
43104367
},
@@ -5257,6 +5314,21 @@
52575314
"documentation":"<p>A list of tags.</p>",
52585315
"max":200
52595316
},
5317+
"Template":{
5318+
"type":"string",
5319+
"documentation":"<p>Specifies the type of the aggregation templates in the aggregation configuration. Valid values include API_ACTIVITY, RESOURCE_ACCESS and USER_ACTIONS.</p>",
5320+
"enum":[
5321+
"API_ACTIVITY",
5322+
"RESOURCE_ACCESS",
5323+
"USER_ACTIONS"
5324+
]
5325+
},
5326+
"Templates":{
5327+
"type":"list",
5328+
"member":{"shape":"Template"},
5329+
"max":50,
5330+
"min":1
5331+
},
52605332
"TerminationProtectionEnabled":{"type":"boolean"},
52615333
"ThrottlingException":{
52625334
"type":"structure",

0 commit comments

Comments
 (0)