|
162 | 162 | "arnRegex" : "arn:(?<Partition>[a-z-]+):autoscaling:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):launchConfiguration:(?<Id>[^/:]+):launchConfigurationName/(?<LaunchConfigurationName>[^/:]+)",
|
163 | 163 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html"
|
164 | 164 | },
|
| 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 | + }, |
165 | 169 | "AWS::AutoScaling::WarmPool" : {
|
166 | 170 | "operations" : [ "CREATE", "DELETE", "READ", "UPDATE" ],
|
167 | 171 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-warmpool.html"
|
|
443 | 447 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-resourcecollection.html"
|
444 | 448 | },
|
445 | 449 | "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" |
447 | 452 | },
|
448 | 453 | "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" |
450 | 456 | },
|
451 | 457 | "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" |
453 | 460 | },
|
454 | 461 | "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" |
456 | 464 | },
|
457 | 465 | "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" |
459 | 468 | },
|
460 | 469 | "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" |
462 | 472 | },
|
463 | 473 | "AWS::DynamoDB::GlobalTable" : {
|
464 | 474 | "operations" : [ "CREATE", "READ", "UPDATE", "DELETE", "LIST" ],
|
|
500 | 510 | "arnRegex" : "arn:(?<Partition>[a-z-]+):ec2:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):dedicated-host/(?<DedicatedHostId>[^/:]+)",
|
501 | 511 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html"
|
502 | 512 | },
|
| 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 | + }, |
503 | 518 | "AWS::EC2::LocalGatewayRoute" : {
|
504 | 519 | "operations" : [ "CREATE", "READ", "DELETE", "LIST" ],
|
505 | 520 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html"
|
|
512 | 527 | "AWS::EC2::NetworkAcl" : {
|
513 | 528 | "operations" : [ "CREATE", "READ", "UPDATE", "DELETE", "LIST" ],
|
514 | 529 | "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" |
516 | 531 | },
|
517 | 532 | "AWS::EC2::NetworkInsightsAnalysis" : {
|
518 | 533 | "operations" : [ "CREATE", "DELETE", "READ", "LIST", "UPDATE" ],
|
|
533 | 548 | "operations" : [ "CREATE", "DELETE", "LIST", "READ", "UPDATE" ],
|
534 | 549 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html"
|
535 | 550 | },
|
| 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 | + }, |
536 | 556 | "AWS::EC2::SubnetNetworkAclAssociation" : {
|
537 | 557 | "operations" : [ "CREATE", "READ", "DELETE", "LIST" ],
|
538 | 558 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html"
|
|
1093 | 1113 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html"
|
1094 | 1114 | },
|
1095 | 1115 | "AWS::Lambda::EventSourceMapping" : {
|
1096 |
| - "operations" : [ "CREATE", "DELETE", "READ", "UPDATE" ], |
| 1116 | + "operations" : [ "CREATE", "DELETE", "LIST", "READ", "UPDATE" ], |
1097 | 1117 | "arnRegex" : "arn:(?<Partition>[a-z-]+):lambda:(?<Region>[a-z0-9-]+):(?<AccountId>[0-9]{12}):event-source-mapping:(?<UUID>[^/:]+)",
|
1098 | 1118 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html"
|
1099 | 1119 | },
|
|
1729 | 1749 | "documentation" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html"
|
1730 | 1750 | },
|
1731 | 1751 | "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" |
1733 | 1754 | },
|
1734 | 1755 | "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" |
1736 | 1758 | },
|
1737 | 1759 | "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" |
1739 | 1762 | },
|
1740 | 1763 | "AWS::WorkSpaces::ConnectionAlias" : {
|
1741 | 1764 | "operations" : [ "CREATE", "READ", "DELETE" ],
|
|
0 commit comments