Skip to content

Commit

Permalink
feat: Updates supported resource types (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Jun 12, 2024
1 parent a3a40e7 commit faa0c14
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/supported_resource_types.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
pub const SUPPORTED_RESOURCE_TYPES: [&str; 997] = [
"AWS::ACMPCA::Certificate",
"AWS::ACMPCA::CertificateAuthority",
"AWS::ACMPCA::CertificateAuthorityActivation",
Expand Down Expand Up @@ -97,6 +97,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
"AWS::Backup::Framework",
"AWS::Backup::ReportPlan",
"AWS::Backup::RestoreTestingPlan",
"AWS::Backup::RestoreTestingSelection",
"AWS::BackupGateway::Hypervisor",
"AWS::Batch::ComputeEnvironment",
"AWS::Batch::JobQueue",
Expand Down Expand Up @@ -253,8 +254,11 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
"AWS::DataZone::Environment",
"AWS::DataZone::EnvironmentBlueprintConfiguration",
"AWS::DataZone::EnvironmentProfile",
"AWS::DataZone::GroupProfile",
"AWS::DataZone::Project",
"AWS::DataZone::ProjectMembership",
"AWS::DataZone::SubscriptionTarget",
"AWS::DataZone::UserProfile",
"AWS::Deadline::Farm",
"AWS::Deadline::Fleet",
"AWS::Deadline::LicenseEndpoint",
Expand Down Expand Up @@ -593,6 +597,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
"AWS::Lambda::Alias",
"AWS::Lambda::CodeSigningConfig",
"AWS::Lambda::EventInvokeConfig",
"AWS::Lambda::EventSourceMapping",
"AWS::Lambda::Function",
"AWS::Lambda::LayerVersion",
"AWS::Lambda::LayerVersionPermission",
Expand Down Expand Up @@ -684,6 +689,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
"AWS::MemoryDB::User",
"AWS::Neptune::DBCluster",
"AWS::NeptuneGraph::Graph",
"AWS::NeptuneGraph::PrivateGraphEndpoint",
"AWS::NetworkFirewall::Firewall",
"AWS::NetworkFirewall::FirewallPolicy",
"AWS::NetworkFirewall::LoggingConfiguration",
Expand Down Expand Up @@ -907,15 +913,20 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
"AWS::Scheduler::ScheduleGroup",
"AWS::SecretsManager::Secret",
"AWS::SecurityHub::AutomationRule",
"AWS::SecurityHub::ConfigurationPolicy",
"AWS::SecurityHub::DelegatedAdmin",
"AWS::SecurityHub::FindingAggregator",
"AWS::SecurityHub::Hub",
"AWS::SecurityHub::Insight",
"AWS::SecurityHub::OrganizationConfiguration",
"AWS::SecurityHub::PolicyAssociation",
"AWS::SecurityHub::ProductSubscription",
"AWS::SecurityHub::SecurityControl",
"AWS::SecurityHub::Standard",
"AWS::SecurityLake::AwsLogSource",
"AWS::SecurityLake::DataLake",
"AWS::SecurityLake::Subscriber",
"AWS::SecurityLake::SubscriberNotification",
"AWS::ServiceCatalog::CloudFormationProvisionedProduct",
"AWS::ServiceCatalog::ServiceAction",
"AWS::ServiceCatalog::ServiceActionAssociation",
Expand Down

0 comments on commit faa0c14

Please sign in to comment.