Skip to content

Commit

Permalink
feat: Updates supported resource types (14)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Nov 4, 2023
1 parent 56628db commit 4e5300b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions 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; 599] = [
pub const SUPPORTED_RESOURCE_TYPES: [&str; 609] = [
"AWS::ACMPCA::Certificate",
"AWS::ACMPCA::CertificateAuthority",
"AWS::ACMPCA::CertificateAuthorityActivation",
Expand Down Expand Up @@ -34,6 +34,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::AppFlow::Flow",
"AWS::AppIntegrations::DataIntegration",
"AWS::AppIntegrations::EventIntegration",
"AWS::ApplicationAutoScaling::ScalableTarget",
"AWS::AppRunner::ObservabilityConfiguration",
"AWS::AppRunner::Service",
"AWS::AppRunner::VpcConnector",
Expand All @@ -52,9 +53,11 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::Athena::PreparedStatement",
"AWS::Athena::WorkGroup",
"AWS::AuditManager::Assessment",
"AWS::AutoScaling::AutoScalingGroup",
"AWS::AutoScaling::LaunchConfiguration",
"AWS::AutoScaling::LifecycleHook",
"AWS::AutoScaling::ScalingPolicy",
"AWS::AutoScaling::ScheduledAction",
"AWS::AutoScaling::WarmPool",
"AWS::Backup::BackupPlan",
"AWS::Backup::BackupSelection",
Expand Down Expand Up @@ -86,6 +89,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::CloudFormation::Publisher",
"AWS::CloudFormation::ResourceDefaultVersion",
"AWS::CloudFormation::ResourceVersion",
"AWS::CloudFormation::Stack",
"AWS::CloudFormation::StackSet",
"AWS::CloudFormation::TypeActivation",
"AWS::CloudFront::CachePolicy",
Expand All @@ -100,6 +104,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::CloudFront::ResponseHeadersPolicy",
"AWS::CloudTrail::EventDataStore",
"AWS::CloudTrail::Trail",
"AWS::CloudWatch::Alarm",
"AWS::CloudWatch::CompositeAlarm",
"AWS::CloudWatch::MetricStream",
"AWS::CodeArtifact::Domain",
Expand Down Expand Up @@ -174,6 +179,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::EC2::Instance",
"AWS::EC2::InternetGateway",
"AWS::EC2::KeyPair",
"AWS::EC2::LaunchTemplate",
"AWS::EC2::LocalGatewayRoute",
"AWS::EC2::LocalGatewayRouteTableVPCAssociation",
"AWS::EC2::NatGateway",
Expand All @@ -185,6 +191,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::EC2::NetworkInterface",
"AWS::EC2::PlacementGroup",
"AWS::EC2::PrefixList",
"AWS::EC2::Route",
"AWS::EC2::RouteTable",
"AWS::EC2::SecurityGroup",
"AWS::EC2::SpotFleet",
Expand All @@ -204,6 +211,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::EC2::VPCDHCPOptionsAssociation",
"AWS::EC2::VPCEndpoint",
"AWS::EC2::VPCPeeringConnection",
"AWS::EC2::VPNGateway",
"AWS::ECR::PublicRepository",
"AWS::ECR::PullThroughCacheRule",
"AWS::ECR::RegistryPolicy",
Expand Down Expand Up @@ -236,6 +244,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::ElasticLoadBalancingV2::ListenerRule",
"AWS::ElasticLoadBalancingV2::LoadBalancer",
"AWS::ElasticLoadBalancingV2::TargetGroup",
"AWS::Elasticsearch::Domain",
"AWS::EventSchemas::RegistryPolicy",
"AWS::Events::ApiDestination",
"AWS::Events::Archive",
Expand Down Expand Up @@ -537,16 +546,19 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::SES::DedicatedIpPool",
"AWS::SES::EmailIdentity",
"AWS::SES::Template",
"AWS::SNS::Topic",
"AWS::SQS::Queue",
"AWS::SSM::Association",
"AWS::SSM::Document",
"AWS::SSM::Parameter",
"AWS::SSM::ResourceDataSync",
"AWS::SSMContacts::Contact",
"AWS::SSMContacts::ContactChannel",
"AWS::SSMIncidents::ReplicationSet",
"AWS::SSMIncidents::ResponsePlan",
"AWS::SSO::Assignment",
"AWS::SSO::InstanceAccessControlAttributeConfiguration",
"AWS::SSO::PermissionSet",
"AWS::SageMaker::App",
"AWS::SageMaker::AppImageConfig",
"AWS::SageMaker::DataQualityJobDefinition",
Expand Down Expand Up @@ -575,8 +587,6 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 599] = [
"AWS::ServiceCatalogAppRegistry::ResourceAssociation",
"AWS::Signer::ProfilePermission",
"AWS::Signer::SigningProfile",
"AWS::SNS::Topic",
"AWS::SSO::PermissionSet",
"AWS::StepFunctions::Activity",
"AWS::StepFunctions::StateMachine",
"AWS::Synthetics::Canary",
Expand Down

0 comments on commit 4e5300b

Please sign in to comment.