Skip to content

Commit 6188efc

Browse files
author
AWS
committed
AWS Config Update: Add resourceType enums for Athena, GlobalAccelerator, Detective and EC2 types
1 parent 9f3bcc7 commit 6188efc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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 Config",
4+
"contributor": "",
5+
"description": "Add resourceType enums for Athena, GlobalAccelerator, Detective and EC2 types"
6+
}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6945,7 +6945,16 @@
69456945
"AWS::StepFunctions::StateMachine",
69466946
"AWS::Batch::JobQueue",
69476947
"AWS::Batch::ComputeEnvironment",
6948-
"AWS::AccessAnalyzer::Analyzer"
6948+
"AWS::AccessAnalyzer::Analyzer",
6949+
"AWS::Athena::WorkGroup",
6950+
"AWS::Athena::DataCatalog",
6951+
"AWS::Detective::Graph",
6952+
"AWS::GlobalAccelerator::Accelerator",
6953+
"AWS::GlobalAccelerator::EndpointGroup",
6954+
"AWS::GlobalAccelerator::Listener",
6955+
"AWS::EC2::TransitGatewayAttachment",
6956+
"AWS::EC2::TransitGatewayRouteTable",
6957+
"AWS::DMS::Certificate"
69496958
]
69506959
},
69516960
"ResourceTypeList":{

0 commit comments

Comments
 (0)