Skip to content

Commit

Permalink
feat: Updates supported resource types (6) (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Oct 19, 2024
1 parent 09007b7 commit 96a5fe5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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; 1046] = [
pub const SUPPORTED_RESOURCE_TYPES: [&str; 1052] = [
"AWS::ACMPCA::Certificate",
"AWS::ACMPCA::CertificateAuthority",
"AWS::ACMPCA::CertificateAuthorityActivation",
Expand Down Expand Up @@ -69,6 +69,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1046] = [
"AWS::AppStream::DirectoryConfig",
"AWS::AppStream::Entitlement",
"AWS::AppStream::ImageBuilder",
"AWS::AppSync::DataSource",
"AWS::AppSync::DomainName",
"AWS::AppSync::DomainNameApiAssociation",
"AWS::AppSync::FunctionConfiguration",
Expand Down Expand Up @@ -610,6 +611,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1046] = [
"AWS::Kendra::Faq",
"AWS::Kendra::Index",
"AWS::KendraRanking::ExecutionPlan",
"AWS::Kinesis::ResourcePolicy",
"AWS::Kinesis::Stream",
"AWS::KinesisAnalyticsV2::Application",
"AWS::KinesisFirehose::DeliveryStream",
Expand Down Expand Up @@ -827,6 +829,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1046] = [
"AWS::Redshift::EndpointAccess",
"AWS::Redshift::EndpointAuthorization",
"AWS::Redshift::EventSubscription",
"AWS::Redshift::Integration",
"AWS::Redshift::ScheduledAction",
"AWS::RedshiftServerless::Namespace",
"AWS::RedshiftServerless::Workgroup",
Expand Down Expand Up @@ -961,6 +964,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1046] = [
"AWS::Scheduler::ScheduleGroup",
"AWS::SecretsManager::ResourcePolicy",
"AWS::SecretsManager::Secret",
"AWS::SecretsManager::SecretTargetAttachment",
"AWS::SecurityHub::AutomationRule",
"AWS::SecurityHub::ConfigurationPolicy",
"AWS::SecurityHub::DelegatedAdmin",
Expand Down Expand Up @@ -1007,6 +1011,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1046] = [
"AWS::Transfer::Certificate",
"AWS::Transfer::Connector",
"AWS::Transfer::Profile",
"AWS::Transfer::Server",
"AWS::Transfer::Workflow",
"AWS::VerifiedPermissions::IdentitySource",
"AWS::VerifiedPermissions::Policy",
Expand All @@ -1029,6 +1034,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1046] = [
"AWS::WAFv2::RuleGroup",
"AWS::WAFv2::WebACL",
"AWS::WAFv2::WebACLAssociation",
"AWS::Wisdom::AIPrompt",
"AWS::Wisdom::Assistant",
"AWS::Wisdom::AssistantAssociation",
"AWS::Wisdom::KnowledgeBase",
Expand Down

0 comments on commit 96a5fe5

Please sign in to comment.