@@ -10,7 +10,7 @@ meta_schema {
10
10
path = " ../service/cloudformation/meta-schemas/provider.definition.schema.v1.json"
11
11
}
12
12
13
- # 1121 CloudFormation resource types schemas are available for use with the Cloud Control API.
13
+ # 1129 CloudFormation resource types schemas are available for use with the Cloud Control API.
14
14
15
15
resource_schema "aws_acmpca_certificate" {
16
16
cloudformation_type_name = " AWS::ACMPCA::Certificate"
@@ -273,6 +273,11 @@ resource_schema "aws_appconfig_configuration_profile" {
273
273
suppress_plural_data_source_generation = true
274
274
}
275
275
276
+ resource_schema "aws_appconfig_deployment" {
277
+ cloudformation_type_name = " AWS::AppConfig::Deployment"
278
+ suppress_plural_data_source_generation = true
279
+ }
280
+
276
281
resource_schema "aws_appconfig_deployment_strategy" {
277
282
cloudformation_type_name = " AWS::AppConfig::DeploymentStrategy"
278
283
}
@@ -812,6 +817,10 @@ resource_schema "aws_cloudformation_type_activation" {
812
817
cloudformation_type_name = " AWS::CloudFormation::TypeActivation"
813
818
}
814
819
820
+ resource_schema "aws_cloudfront_anycast_ip_list" {
821
+ cloudformation_type_name = " AWS::CloudFront::AnycastIpList"
822
+ }
823
+
815
824
resource_schema "aws_cloudfront_cache_policy" {
816
825
cloudformation_type_name = " AWS::CloudFront::CachePolicy"
817
826
}
@@ -1266,6 +1275,11 @@ resource_schema "aws_customerprofiles_event_stream" {
1266
1275
suppress_plural_data_source_generation = true
1267
1276
}
1268
1277
1278
+ resource_schema "aws_customerprofiles_event_trigger" {
1279
+ cloudformation_type_name = " AWS::CustomerProfiles::EventTrigger"
1280
+ suppress_plural_data_source_generation = true
1281
+ }
1282
+
1269
1283
resource_schema "aws_customerprofiles_integration" {
1270
1284
cloudformation_type_name = " AWS::CustomerProfiles::Integration"
1271
1285
suppress_plural_data_source_generation = true
@@ -3837,6 +3851,10 @@ resource_schema "aws_quicksight_analysis" {
3837
3851
# https://github.com/hashicorp/terraform-provider-awscc/issues/1531
3838
3852
}
3839
3853
3854
+ resource_schema "aws_quicksight_custom_permissions" {
3855
+ cloudformation_type_name = " AWS::QuickSight::CustomPermissions"
3856
+ }
3857
+
3840
3858
resource_schema "aws_quicksight_dashboard" {
3841
3859
cloudformation_type_name = " AWS::QuickSight::Dashboard"
3842
3860
suppress_plural_data_source_generation = true
@@ -4559,6 +4577,10 @@ resource_schema "aws_sagemaker_monitoring_schedule" {
4559
4577
cloudformation_type_name = " AWS::SageMaker::MonitoringSchedule"
4560
4578
}
4561
4579
4580
+ resource_schema "aws_sagemaker_partner_app" {
4581
+ cloudformation_type_name = " AWS::SageMaker::PartnerApp"
4582
+ }
4583
+
4562
4584
resource_schema "aws_sagemaker_pipeline" {
4563
4585
cloudformation_type_name = " AWS::SageMaker::Pipeline"
4564
4586
}
0 commit comments