Skip to content

Commit c470131

Browse files
committed
2025/01/08 CloudFormation schemas in us-east-1; New schemas.
1 parent c891b8c commit c470131

11 files changed

+5987
-1
lines changed

internal/provider/all_schemas.hcl

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ meta_schema {
1010
path = "../service/cloudformation/meta-schemas/provider.definition.schema.v1.json"
1111
}
1212

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.
1414

1515
resource_schema "aws_acmpca_certificate" {
1616
cloudformation_type_name = "AWS::ACMPCA::Certificate"
@@ -273,6 +273,11 @@ resource_schema "aws_appconfig_configuration_profile" {
273273
suppress_plural_data_source_generation = true
274274
}
275275

276+
resource_schema "aws_appconfig_deployment" {
277+
cloudformation_type_name = "AWS::AppConfig::Deployment"
278+
suppress_plural_data_source_generation = true
279+
}
280+
276281
resource_schema "aws_appconfig_deployment_strategy" {
277282
cloudformation_type_name = "AWS::AppConfig::DeploymentStrategy"
278283
}
@@ -812,6 +817,10 @@ resource_schema "aws_cloudformation_type_activation" {
812817
cloudformation_type_name = "AWS::CloudFormation::TypeActivation"
813818
}
814819

820+
resource_schema "aws_cloudfront_anycast_ip_list" {
821+
cloudformation_type_name = "AWS::CloudFront::AnycastIpList"
822+
}
823+
815824
resource_schema "aws_cloudfront_cache_policy" {
816825
cloudformation_type_name = "AWS::CloudFront::CachePolicy"
817826
}
@@ -1266,6 +1275,11 @@ resource_schema "aws_customerprofiles_event_stream" {
12661275
suppress_plural_data_source_generation = true
12671276
}
12681277

1278+
resource_schema "aws_customerprofiles_event_trigger" {
1279+
cloudformation_type_name = "AWS::CustomerProfiles::EventTrigger"
1280+
suppress_plural_data_source_generation = true
1281+
}
1282+
12691283
resource_schema "aws_customerprofiles_integration" {
12701284
cloudformation_type_name = "AWS::CustomerProfiles::Integration"
12711285
suppress_plural_data_source_generation = true
@@ -3837,6 +3851,10 @@ resource_schema "aws_quicksight_analysis" {
38373851
# https://github.com/hashicorp/terraform-provider-awscc/issues/1531
38383852
}
38393853

3854+
resource_schema "aws_quicksight_custom_permissions" {
3855+
cloudformation_type_name = "AWS::QuickSight::CustomPermissions"
3856+
}
3857+
38403858
resource_schema "aws_quicksight_dashboard" {
38413859
cloudformation_type_name = "AWS::QuickSight::Dashboard"
38423860
suppress_plural_data_source_generation = true
@@ -4559,6 +4577,10 @@ resource_schema "aws_sagemaker_monitoring_schedule" {
45594577
cloudformation_type_name = "AWS::SageMaker::MonitoringSchedule"
45604578
}
45614579

4580+
resource_schema "aws_sagemaker_partner_app" {
4581+
cloudformation_type_name = "AWS::SageMaker::PartnerApp"
4582+
}
4583+
45624584
resource_schema "aws_sagemaker_pipeline" {
45634585
cloudformation_type_name = "AWS::SageMaker::Pipeline"
45644586
}

0 commit comments

Comments
 (0)