Skip to content

Commit 9468a5a

Browse files
authored
Adding latest resource manifest (#2218)
1 parent b1742a7 commit 9468a5a

File tree

1 file changed

+34
-11
lines changed

1 file changed

+34
-11
lines changed

src/dynamicResources/model/supported_resources.json

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@
162162
"arnRegex": "arn:(?<Partition>[a-z-]+):autoscaling:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):launchConfiguration:(?<Id>[^/:]+):launchConfigurationName/(?<LaunchConfigurationName>[^/:]+)",
163163
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html"
164164
},
165+
"AWS::AutoScaling::LifecycleHook": {
166+
"operations": ["CREATE", "READ", "UPDATE", "DELETE"],
167+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-lifecyclehook.html"
168+
},
165169
"AWS::AutoScaling::WarmPool": {
166170
"operations": ["CREATE", "DELETE", "READ", "UPDATE"],
167171
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-warmpool.html"
@@ -443,22 +447,28 @@
443447
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-resourcecollection.html"
444448
},
445449
"AWS::DeviceFarm::DevicePool": {
446-
"operations": ["CREATE", "READ", "UPDATE", "DELETE"]
450+
"operations": ["CREATE", "READ", "UPDATE", "DELETE"],
451+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html"
447452
},
448453
"AWS::DeviceFarm::InstanceProfile": {
449-
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"]
454+
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"],
455+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html"
450456
},
451457
"AWS::DeviceFarm::NetworkProfile": {
452-
"operations": ["CREATE", "READ", "UPDATE", "DELETE"]
458+
"operations": ["CREATE", "READ", "UPDATE", "DELETE"],
459+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html"
453460
},
454461
"AWS::DeviceFarm::Project": {
455-
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"]
462+
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"],
463+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html"
456464
},
457465
"AWS::DeviceFarm::TestGridProject": {
458-
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"]
466+
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"],
467+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html"
459468
},
460469
"AWS::DeviceFarm::VPCEConfiguration": {
461-
"operations": ["CREATE", "READ", "UPDATE", "DELETE"]
470+
"operations": ["CREATE", "READ", "UPDATE", "DELETE"],
471+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html"
462472
},
463473
"AWS::DynamoDB::GlobalTable": {
464474
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"],
@@ -500,6 +510,11 @@
500510
"arnRegex": "arn:(?<Partition>[a-z-]+):ec2:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):dedicated-host/(?<DedicatedHostId>[^/:]+)",
501511
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html"
502512
},
513+
"AWS::EC2::InternetGateway": {
514+
"operations": ["CREATE", "READ", "DELETE", "UPDATE", "LIST"],
515+
"arnRegex": "arn:(?<Partition>[a-z-]+):ec2:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):internet-gateway/(?<InternetGatewayId>[^/:]+)",
516+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html"
517+
},
503518
"AWS::EC2::LocalGatewayRoute": {
504519
"operations": ["CREATE", "READ", "DELETE", "LIST"],
505520
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html"
@@ -512,7 +527,7 @@
512527
"AWS::EC2::NetworkAcl": {
513528
"operations": ["CREATE", "READ", "UPDATE", "DELETE", "LIST"],
514529
"arnRegex": "arn:(?<Partition>[a-z-]+):ec2:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):network-acl/(?<NaclId>[^/:]+)",
515-
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html"
530+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkacl.html"
516531
},
517532
"AWS::EC2::NetworkInsightsAnalysis": {
518533
"operations": ["CREATE", "DELETE", "READ", "LIST", "UPDATE"],
@@ -533,6 +548,11 @@
533548
"operations": ["CREATE", "DELETE", "LIST", "READ", "UPDATE"],
534549
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html"
535550
},
551+
"AWS::EC2::Subnet": {
552+
"operations": ["CREATE", "READ", "UPDATE", "DELETE"],
553+
"arnRegex": "arn:(?<Partition>[a-z-]+):ec2:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):subnet/(?<SubnetId>[^/:]+)",
554+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html"
555+
},
536556
"AWS::EC2::SubnetNetworkAclAssociation": {
537557
"operations": ["CREATE", "READ", "DELETE", "LIST"],
538558
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html"
@@ -1093,7 +1113,7 @@
10931113
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html"
10941114
},
10951115
"AWS::Lambda::EventSourceMapping": {
1096-
"operations": ["CREATE", "DELETE", "READ", "UPDATE"],
1116+
"operations": ["CREATE", "DELETE", "LIST", "READ", "UPDATE"],
10971117
"arnRegex": "arn:(?<Partition>[a-z-]+):lambda:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):event-source-mapping:(?<UUID>[^/:]+)",
10981118
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html"
10991119
},
@@ -1729,13 +1749,16 @@
17291749
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html"
17301750
},
17311751
"AWS::Wisdom::Assistant": {
1732-
"operations": ["CREATE", "READ", "LIST", "DELETE"]
1752+
"operations": ["CREATE", "READ", "LIST", "DELETE"],
1753+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html"
17331754
},
17341755
"AWS::Wisdom::AssistantAssociation": {
1735-
"operations": ["CREATE", "READ", "DELETE"]
1756+
"operations": ["CREATE", "READ", "DELETE"],
1757+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistantassociation.html"
17361758
},
17371759
"AWS::Wisdom::KnowledgeBase": {
1738-
"operations": ["CREATE", "DELETE", "LIST", "READ"]
1760+
"operations": ["CREATE", "DELETE", "LIST", "READ"],
1761+
"documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-knowledgebase.html"
17391762
},
17401763
"AWS::WorkSpaces::ConnectionAlias": {
17411764
"operations": ["CREATE", "READ", "DELETE"],

0 commit comments

Comments
 (0)