Skip to content

Commit

Permalink
Merge pull request #410 from mbeacom/imp-409-resource-types
Browse files Browse the repository at this point in the history
Add 18 new resources types
  • Loading branch information
mbeacom authored Mar 15, 2023
2 parents 95234ef + f8e496f commit ff944bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rdk/rdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"AWS::Backup::ReportPlan",
"AWS::Batch::ComputeEnvironment",
"AWS::Batch::JobQueue",
"AWS::Budgets::BudgetsAction",
"AWS::Cloud9::EnvironmentEC2",
"AWS::CloudFormation::Stack",
"AWS::CloudFront::Distribution",
Expand All @@ -110,6 +111,7 @@
"AWS::CodeDeploy::Application",
"AWS::CodeDeploy::DeploymentConfig",
"AWS::CodeDeploy::DeploymentGroup",
"AWS::CodeGuruReviewer::RepositoryAssociation",
"AWS::CodePipeline::Pipeline",
"AWS::Config::ConfigurationRecorder",
"AWS::Config::ConformancePackCompliance",
Expand All @@ -124,6 +126,7 @@
"AWS::DataSync::LocationSMB",
"AWS::DataSync::Task",
"AWS::Detective::Graph",
"AWS::DeviceFarm::TestGridProject",
"AWS::DMS::Certificate",
"AWS::DMS::EventSubscription",
"AWS::DMS::ReplicationInstance",
Expand All @@ -146,6 +149,8 @@
"AWS::EC2::RouteTable",
"AWS::EC2::SecurityGroup",
"AWS::EC2::Subnet",
"AWS::EC2::TrafficMirrorSession",
"AWS::EC2::TrafficMirrorTarget",
"AWS::EC2::TransitGateway",
"AWS::EC2::TransitGatewayAttachment",
"AWS::EC2::TransitGatewayRouteTable",
Expand Down Expand Up @@ -178,11 +183,13 @@
"AWS::ElasticSearch::Domain",
"AWS::Events::Archive",
"AWS::Events::ApiDestination",
"AWS::Events::Connection",
"AWS::Events::Endpoint",
"AWS::Events::EventBus",
"AWS::EventSchemas::Discoverer",
"AWS::EventSchemas::Registry",
"AWS::EventSchemas::RegistryPolicy",
"AWS::EventSchemas::Schema",
"AWS::FIS::ExperimentTemplate",
"AWS::FraudDetector::EntityType",
"AWS::FraudDetector::Label",
Expand All @@ -205,11 +212,14 @@
"AWS::ImageBuilder::ContainerRecipe",
"AWS::ImageBuilder::DistributionConfiguration",
"AWS::ImageBuilder::InfrastructureConfiguration",
"AWS::IoT::AccountAuditConfiguration",
"AWS::IoT::Authorizer",
"AWS::IoT::CustomMetric",
"AWS::IoT::Dimension",
"AWS::IoT::MitigationAction",
"AWS::IoT::Policy",
"AWS::IoT::RoleAlias",
"AWS::IoT::ScheduledAudit",
"AWS::IoT::SecurityProfile",
"AWS::IoTAnalytics::Channel",
"AWS::IoTAnalytics::Dataset",
Expand All @@ -220,6 +230,7 @@
"AWS::IoTEvents::Input",
"AWS::IoTSiteWise::AssetModel",
"AWS::IoTSiteWise::Dashboard",
"AWS::IoTSiteWise::Gateway",
"AWS::IoTSiteWise::Portal",
"AWS::IoTSiteWise::Project",
"AWS::IoTTwinMaker::Entity",
Expand All @@ -233,10 +244,14 @@
"AWS::Kinesis::StreamConsumer",
"AWS::KinesisAnalyticsV2::Application",
"AWS::Lambda::Function",
"AWS::Lex::Bot",
"AWS::Lex::BotAlias",
"AWS::Lightsail::Bucket",
"AWS::Lightsail::Certificate",
"AWS::Lightsail::Disk",
"AWS::Lightsail::StaticIp",
"AWS::LookoutMetrics::Alert",
"AWS::MediaPackage::PackagingConfiguration",
"AWS::MediaPackage::PackagingGroup",
"AWS::MSK::Cluster",
"AWS::NetworkFirewall::Firewall",
Expand All @@ -259,18 +274,21 @@
"AWS::Redshift::ClusterSubnetGroup",
"AWS::Redshift::EventSubscription",
"AWS::ResilienceHub::ResiliencyPolicy",
"AWS::RoboMaker::RobotApplicationVersion",
"AWS::Route53::HealthCheck",
"AWS::Route53::HostedZone",
"AWS::Route53RecoveryReadiness::Cell",
"AWS::Route53RecoveryReadiness::ReadinessCheck",
"AWS::Route53RecoveryReadiness::RecoveryGroup",
"AWS::Route53Resolver::FirewallDomainList",
"AWS::Route53Resolver::ResolverEndpoint",
"AWS::Route53Resolver::ResolverRule",
"AWS::Route53Resolver::ResolverRuleAssociation",
"AWS::RUM::AppMonitor",
"AWS::S3::AccountPublicAccessBlock",
"AWS::S3::Bucket",
"AWS::S3::MultiRegionAccessPoint",
"AWS::S3::StorageLens",
"AWS::SNS::Topic",
"AWS::SQS::Queue",
"AWS::SSM::AssociationCompliance",
Expand Down

0 comments on commit ff944bc

Please sign in to comment.