Skip to content

Commit

Permalink
Merge pull request #403 from mbeacom/fix-402-new-resources
Browse files Browse the repository at this point in the history
Add newly supported resources
  • Loading branch information
mbeacom authored Feb 14, 2023
2 parents 62edc30 + 747ceca commit 4c4a832
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions rdk/rdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@
"AWS::ECS::TaskDefinition",
"AWS::EFS::AccessPoint",
"AWS::EFS::FileSystem",
"AWS::EKS::Addon",
"AWS::EKS::Cluster",
"AWS::EKS::FargateProfile",
"AWS::EKS::IdentityProviderConfig",
"AWS::EMR::SecurityConfiguration",
"AWS::ElasticBeanstalk::Application",
"AWS::ElasticBeanstalk::ApplicationVersion",
Expand All @@ -191,6 +193,7 @@
"AWS::GlobalAccelerator::Listener",
"AWS::Glue::Classifier",
"AWS::Glue::Job",
"AWS::Glue::MLTransform",
"AWS::GuardDuty::Detector",
"AWS::GuardDuty::Filter",
"AWS::GuardDuty::IPSet",
Expand All @@ -204,16 +207,31 @@
"AWS::ImageBuilder::InfrastructureConfiguration",
"AWS::IoT::Authorizer",
"AWS::IoT::Dimension",
"AWS::IoT::MitigationAction",
"AWS::IoT::Policy",
"AWS::IoT::RoleAlias",
"AWS::IoT::SecurityProfile",
"AWS::IoTAnalytics::Channel",
"AWS::IoTAnalytics::Dataset",
"AWS::IoTAnalytics::Datastore",
"AWS::IoTAnalytics::Pipeline",
"AWS::IoTEvents::AlarmModel",
"AWS::IoTEvents::DetectorModel",
"AWS::IoTEvents::Input",
"AWS::IoTSiteWise::AssetModel",
"AWS::IoTSiteWise::Dashboard",
"AWS::IoTSiteWise::Portal",
"AWS::IoTSiteWise::Project",
"AWS::IoTTwinMaker::Entity",
"AWS::IoTTwinMaker::Workspace",
"AWS::IVS::Channel",
"AWS::IVS::PlaybackKeyPair",
"AWS::IVS::RecordingConfiguration",
"AWS::KMS::Alias",
"AWS::KMS::Key",
"AWS::Kinesis::Stream",
"AWS::Kinesis::StreamConsumer",
"AWS::KinesisAnalyticsV2::Application",
"AWS::Lambda::Function",
"AWS::Lightsail::Bucket",
"AWS::Lightsail::Certificate",
Expand All @@ -233,6 +251,7 @@
"AWS::RDS::DBSnapshot",
"AWS::RDS::DBSubnetGroup",
"AWS::RDS::EventSubscription",
"AWS::RDS::GlobalCluster",
"AWS::Redshift::Cluster",
"AWS::Redshift::ClusterParameterGroup",
"AWS::Redshift::ClusterSecurityGroup",
Expand All @@ -251,6 +270,7 @@
"AWS::RUM::AppMonitor",
"AWS::S3::AccountPublicAccessBlock",
"AWS::S3::Bucket",
"AWS::S3::MultiRegionAccessPoint",
"AWS::SNS::Topic",
"AWS::SQS::Queue",
"AWS::SSM::AssociationCompliance",
Expand Down

0 comments on commit 4c4a832

Please sign in to comment.