Skip to content

Commit

Permalink
Merge pull request #25 from hashicorp/update-supported-types
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Nov 11, 2021
2 parents f97d7ad + 1c680e5 commit cad1ec4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/awscc/supportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default new Set([
"AWS::Backup::BackupVault",
"AWS::Backup::Framework",
"AWS::Backup::ReportPlan",
"AWS::Batch::SchedulingPolicy",
"AWS::Budgets::BudgetsAction",
"AWS::CE::CostCategory",
"AWS::Cassandra::Keyspace",
Expand All @@ -54,6 +55,7 @@ export default new Set([
"AWS::CloudFront::OriginRequestPolicy",
"AWS::CloudFront::PublicKey",
"AWS::CloudFront::RealtimeLogConfig",
"AWS::CloudFront::ResponseHeadersPolicy",
"AWS::CloudTrail::Trail",
"AWS::CloudWatch::CompositeAlarm",
"AWS::CloudWatch::MetricStream",
Expand Down Expand Up @@ -82,6 +84,7 @@ export default new Set([
"AWS::DataSync::Agent",
"AWS::DataSync::LocationEFS",
"AWS::DataSync::LocationFSxWindows",
"AWS::DataSync::LocationHDFS",
"AWS::DataSync::LocationNFS",
"AWS::DataSync::LocationObjectStorage",
"AWS::DataSync::LocationS3",
Expand Down Expand Up @@ -133,6 +136,7 @@ export default new Set([
"AWS::EFS::FileSystem",
"AWS::EFS::MountTarget",
"AWS::EKS::Addon",
"AWS::EKS::Cluster",
"AWS::EKS::FargateProfile",
"AWS::EMR::Studio",
"AWS::EMR::StudioSessionMapping",
Expand Down Expand Up @@ -188,8 +192,10 @@ export default new Set([
"AWS::IoT::Dimension",
"AWS::IoT::DomainConfiguration",
"AWS::IoT::FleetMetric",
"AWS::IoT::Logging",
"AWS::IoT::MitigationAction",
"AWS::IoT::ProvisioningTemplate",
"AWS::IoT::ResourceSpecificLogging",
"AWS::IoT::ScheduledAudit",
"AWS::IoT::SecurityProfile",
"AWS::IoT::TopicRule",
Expand All @@ -206,6 +212,8 @@ export default new Set([
"AWS::IoTSiteWise::Portal",
"AWS::IoTSiteWise::Project",
"AWS::IoTWireless::Destination",
"AWS::IoTWireless::FuotaTask",
"AWS::IoTWireless::MulticastGroup",
"AWS::IoTWireless::WirelessDevice",
"AWS::IoTWireless::WirelessGateway",
"AWS::KMS::Alias",
Expand Down Expand Up @@ -261,6 +269,7 @@ export default new Set([
"AWS::NimbleStudio::StudioComponent",
"AWS::OpenSearchService::Domain",
"AWS::OpsWorksCM::Server",
"AWS::Pinpoint::InAppTemplate",
"AWS::QLDB::Stream",
"AWS::QuickSight::Analysis",
"AWS::QuickSight::Dashboard",
Expand All @@ -273,6 +282,10 @@ export default new Set([
"AWS::RDS::DBProxyTargetGroup",
"AWS::RDS::GlobalCluster",
"AWS::Redshift::Cluster",
"AWS::Redshift::EndpointAccess",
"AWS::Redshift::EndpointAuthorization",
"AWS::Redshift::EventSubscription",
"AWS::Redshift::ScheduledAction",
"AWS::Rekognition::Project",
"AWS::ResourceGroups::Group",
"AWS::RoboMaker::Fleet",
Expand Down

0 comments on commit cad1ec4

Please sign in to comment.