Skip to content

Commit

Permalink
feat: Updates supported resource types (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Jan 12, 2025
1 parent 33e49e7 commit c076de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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; 1105] = [
pub const SUPPORTED_RESOURCE_TYPES: [&str; 1107] = [
"AWS::ACMPCA::Certificate",
"AWS::ACMPCA::CertificateAuthority",
"AWS::ACMPCA::CertificateAuthorityActivation",
Expand Down Expand Up @@ -49,6 +49,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1105] = [
"AWS::ApiGatewayV2::RouteResponse",
"AWS::ApiGatewayV2::VpcLink",
"AWS::AppConfig::ConfigurationProfile",
"AWS::AppConfig::Deployment",
"AWS::AppConfig::DeploymentStrategy",
"AWS::AppConfig::Environment",
"AWS::AppConfig::Extension",
Expand Down Expand Up @@ -256,6 +257,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1105] = [
"AWS::CustomerProfiles::CalculatedAttributeDefinition",
"AWS::CustomerProfiles::Domain",
"AWS::CustomerProfiles::EventStream",
"AWS::CustomerProfiles::EventTrigger",
"AWS::CustomerProfiles::Integration",
"AWS::CustomerProfiles::ObjectType",
"AWS::CustomerProfiles::SegmentDefinition",
Expand Down

0 comments on commit c076de2

Please sign in to comment.