Skip to content

Commit 63cadf4

Browse files
authored
update getatt for all attrs (#3540)
1 parent 985ba95 commit 63cadf4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/cfnlint/schema/_getatts.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"AWS::CodeArtifact::Domain",
2929
"AWS::CodeArtifact::Repository",
3030
"AWS::EC2::CapacityReservation",
31+
"AWS::EC2::Instance",
32+
"AWS::EC2::SecurityGroup",
3133
"AWS::EC2::Subnet",
3234
"AWS::EC2::VPC",
3335
"AWS::EFS::MountTarget",
@@ -41,13 +43,22 @@
4143
"AWS::GameLift::MatchmakingConfiguration",
4244
"AWS::GameLift::MatchmakingRuleSet",
4345
"AWS::Grafana::Workspace",
46+
"AWS::Greengrass::ConnectorDefinition",
47+
"AWS::Greengrass::CoreDefinition",
48+
"AWS::Greengrass::DeviceDefinition",
49+
"AWS::Greengrass::FunctionDefinition",
50+
"AWS::Greengrass::Group",
51+
"AWS::Greengrass::LoggerDefinition",
52+
"AWS::Greengrass::ResourceDefinition",
53+
"AWS::Greengrass::SubscriptionDefinition",
4454
"AWS::ImageBuilder::Component",
4555
"AWS::ImageBuilder::ContainerRecipe",
4656
"AWS::ImageBuilder::DistributionConfiguration",
4757
"AWS::ImageBuilder::ImagePipeline",
4858
"AWS::ImageBuilder::ImageRecipe",
4959
"AWS::ImageBuilder::InfrastructureConfiguration",
5060
"AWS::Neptune::DBCluster",
61+
"AWS::RDS::DBInstance",
5162
"AWS::RDS::DBParameterGroup",
5263
"AWS::RoboMaker::RobotApplication",
5364
"AWS::RoboMaker::SimulationApplication",

0 commit comments

Comments
 (0)