@@ -10,7 +10,7 @@ meta_schema {
10
10
path = " ../service/cloudformation/meta-schemas/provider.definition.schema.v1.json"
11
11
}
12
12
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.
14
14
15
15
resource_schema "aws_acmpca_certificate" {
16
16
cloudformation_type_name = " AWS::ACMPCA::Certificate"
@@ -1016,6 +1016,11 @@ resource_schema "aws_cognito_user_pool_client" {
1016
1016
suppress_plural_data_source_generation = true
1017
1017
}
1018
1018
1019
+ resource_schema "aws_cognito_user_pool_domain" {
1020
+ cloudformation_type_name = " AWS::Cognito::UserPoolDomain"
1021
+ suppress_plural_data_source_generation = true
1022
+ }
1023
+
1019
1024
resource_schema "aws_cognito_user_pool_group" {
1020
1025
cloudformation_type_name = " AWS::Cognito::UserPoolGroup"
1021
1026
suppress_plural_data_source_generation = true
@@ -1103,6 +1108,11 @@ resource_schema "aws_connect_contact_flow_module" {
1103
1108
suppress_plural_data_source_generation = true
1104
1109
}
1105
1110
1111
+ resource_schema "aws_connect_contact_flow_version" {
1112
+ cloudformation_type_name = " AWS::Connect::ContactFlowVersion"
1113
+ suppress_plural_data_source_generation = true
1114
+ }
1115
+
1106
1116
resource_schema "aws_connect_email_address" {
1107
1117
cloudformation_type_name = " AWS::Connect::EmailAddress"
1108
1118
suppress_plural_data_source_generation = true
@@ -4900,6 +4910,10 @@ resource_schema "aws_transfer_user" {
4900
4910
suppress_singular_data_source_generation = true
4901
4911
}
4902
4912
4913
+ resource_schema "aws_transfer_web_app" {
4914
+ cloudformation_type_name = " AWS::Transfer::WebApp"
4915
+ }
4916
+
4903
4917
resource_schema "aws_transfer_workflow" {
4904
4918
cloudformation_type_name = " AWS::Transfer::Workflow"
4905
4919
}
0 commit comments