Skip to content

Commit 5be9dee

Browse files
committed
2025/02/14 CloudFormation schemas in us-east-1; New schemas.
1 parent ba3cb8c commit 5be9dee

File tree

9 files changed

+5311
-1
lines changed

9 files changed

+5311
-1
lines changed

internal/provider/all_schemas.hcl

Lines changed: 15 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-
# 1129 CloudFormation resource types schemas are available for use with the Cloud Control API.
13+
# 1133 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"
@@ -1016,6 +1016,11 @@ resource_schema "aws_cognito_user_pool_client" {
10161016
suppress_plural_data_source_generation = true
10171017
}
10181018

1019+
resource_schema "aws_cognito_user_pool_domain" {
1020+
cloudformation_type_name = "AWS::Cognito::UserPoolDomain"
1021+
suppress_plural_data_source_generation = true
1022+
}
1023+
10191024
resource_schema "aws_cognito_user_pool_group" {
10201025
cloudformation_type_name = "AWS::Cognito::UserPoolGroup"
10211026
suppress_plural_data_source_generation = true
@@ -1103,6 +1108,11 @@ resource_schema "aws_connect_contact_flow_module" {
11031108
suppress_plural_data_source_generation = true
11041109
}
11051110

1111+
resource_schema "aws_connect_contact_flow_version" {
1112+
cloudformation_type_name = "AWS::Connect::ContactFlowVersion"
1113+
suppress_plural_data_source_generation = true
1114+
}
1115+
11061116
resource_schema "aws_connect_email_address" {
11071117
cloudformation_type_name = "AWS::Connect::EmailAddress"
11081118
suppress_plural_data_source_generation = true
@@ -4900,6 +4910,10 @@ resource_schema "aws_transfer_user" {
49004910
suppress_singular_data_source_generation = true
49014911
}
49024912

4913+
resource_schema "aws_transfer_web_app" {
4914+
cloudformation_type_name = "AWS::Transfer::WebApp"
4915+
}
4916+
49034917
resource_schema "aws_transfer_workflow" {
49044918
cloudformation_type_name = "AWS::Transfer::Workflow"
49054919
}

0 commit comments

Comments
 (0)