Skip to content

Commit 0fb8574

Browse files
committed
04/06/2022 CloudFormation schemas in us-east-1; New schemas.
1 parent 5914526 commit 0fb8574

File tree

9 files changed

+3129
-1
lines changed

9 files changed

+3129
-1
lines changed

internal/provider/all_schemas.hcl

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

10-
# 511 CloudFormation resource types schemas are available for use with the Cloud Control API.
10+
# 515 CloudFormation resource types schemas are available for use with the Cloud Control API.
1111

1212
resource_schema "aws_acmpca_certificate" {
1313
cloudformation_type_name = "AWS::ACMPCA::Certificate"
@@ -567,6 +567,10 @@ resource_schema "aws_datasync_location_fsx_lustre" {
567567
cloudformation_type_name = "AWS::DataSync::LocationFSxLustre"
568568
}
569569

570+
resource_schema "aws_datasync_location_fsx_open_zfs" {
571+
cloudformation_type_name = "AWS::DataSync::LocationFSxOpenZFS"
572+
}
573+
570574
resource_schema "aws_datasync_location_fsx_windows" {
571575
cloudformation_type_name = "AWS::DataSync::LocationFSxWindows"
572576
}
@@ -934,6 +938,10 @@ resource_schema "aws_events_connection" {
934938
suppress_singular_data_source_generation = true
935939
}
936940

941+
resource_schema "aws_events_endpoint" {
942+
cloudformation_type_name = "AWS::Events::Endpoint"
943+
}
944+
937945
resource_schema "aws_evidently_experiment" {
938946
cloudformation_type_name = "AWS::Evidently::Experiment"
939947
suppress_plural_data_source_generation = true
@@ -1403,6 +1411,11 @@ resource_schema "aws_lambda_function" {
14031411
cloudformation_type_name = "AWS::Lambda::Function"
14041412
}
14051413

1414+
resource_schema "aws_lambda_url" {
1415+
cloudformation_type_name = "AWS::Lambda::Url"
1416+
suppress_plural_data_source_generation = true
1417+
}
1418+
14061419
resource_schema "aws_lex_bot" {
14071420
cloudformation_type_name = "AWS::Lex::Bot"
14081421
}
@@ -1606,6 +1619,15 @@ resource_schema "aws_mediapackage_packaging_group" {
16061619
cloudformation_type_name = "AWS::MediaPackage::PackagingGroup"
16071620
}
16081621

1622+
resource_schema "aws_mediatailor_playback_configuration" {
1623+
cloudformation_type_name = "AWS::MediaTailor::PlaybackConfiguration"
1624+
1625+
# "ConfigurationAliases is of unsupported type: ".
1626+
suppress_resource_generation = true
1627+
suppress_singular_data_source_generation = true
1628+
suppress_plural_data_source_generation = true
1629+
}
1630+
16091631
resource_schema "aws_memorydb_acl" {
16101632
cloudformation_type_name = "AWS::MemoryDB::ACL"
16111633
}

0 commit comments

Comments
 (0)