Skip to content

Commit bfc9393

Browse files
author
AWS
committed
AWS Config Update: Adding Config support for AWS::OpenSearch::Domain
1 parent ac076c2 commit bfc9393

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Config",
4+
"contributor": "",
5+
"description": "Adding Config support for AWS::OpenSearch::Domain"
6+
}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -6588,7 +6588,8 @@
65886588
"AWS::ECS::TaskDefinition",
65896589
"AWS::EFS::AccessPoint",
65906590
"AWS::EFS::FileSystem",
6591-
"AWS::EKS::Cluster"
6591+
"AWS::EKS::Cluster",
6592+
"AWS::OpenSearch::Domain"
65926593
]
65936594
},
65946595
"ResourceTypeList":{

0 commit comments

Comments
 (0)