Skip to content

Commit

Permalink
update getatt for all attrs (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jul 29, 2024
1 parent 985ba95 commit 63cadf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/cfnlint/schema/_getatts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"AWS::CodeArtifact::Domain",
"AWS::CodeArtifact::Repository",
"AWS::EC2::CapacityReservation",
"AWS::EC2::Instance",
"AWS::EC2::SecurityGroup",
"AWS::EC2::Subnet",
"AWS::EC2::VPC",
"AWS::EFS::MountTarget",
Expand All @@ -41,13 +43,22 @@
"AWS::GameLift::MatchmakingConfiguration",
"AWS::GameLift::MatchmakingRuleSet",
"AWS::Grafana::Workspace",
"AWS::Greengrass::ConnectorDefinition",
"AWS::Greengrass::CoreDefinition",
"AWS::Greengrass::DeviceDefinition",
"AWS::Greengrass::FunctionDefinition",
"AWS::Greengrass::Group",
"AWS::Greengrass::LoggerDefinition",
"AWS::Greengrass::ResourceDefinition",
"AWS::Greengrass::SubscriptionDefinition",
"AWS::ImageBuilder::Component",
"AWS::ImageBuilder::ContainerRecipe",
"AWS::ImageBuilder::DistributionConfiguration",
"AWS::ImageBuilder::ImagePipeline",
"AWS::ImageBuilder::ImageRecipe",
"AWS::ImageBuilder::InfrastructureConfiguration",
"AWS::Neptune::DBCluster",
"AWS::RDS::DBInstance",
"AWS::RDS::DBParameterGroup",
"AWS::RoboMaker::RobotApplication",
"AWS::RoboMaker::SimulationApplication",
Expand Down

0 comments on commit 63cadf4

Please sign in to comment.