Skip to content

Commit a33e8b0

Browse files
committed
2025/03/12 CloudFormation schemas in us-east-1; New schemas.
1 parent 70de3f0 commit a33e8b0

File tree

8 files changed

+5048
-1
lines changed

8 files changed

+5048
-1
lines changed

internal/provider/all_schemas.hcl

Lines changed: 9 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-
# 1133 CloudFormation resource types schemas are available for use with the Cloud Control API.
13+
# 1149 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"
@@ -461,6 +461,10 @@ resource_schema "aws_applicationsignals_service_level_objective" {
461461
cloudformation_type_name = "AWS::ApplicationSignals::ServiceLevelObjective"
462462
}
463463

464+
resource_schema "aws_applicationsignals_discovery" {
465+
cloudformation_type_name = "AWS::ApplicationSignals::Discovery"
466+
}
467+
464468
resource_schema "aws_athena_capacity_reservation" {
465469
cloudformation_type_name = "AWS::Athena::CapacityReservation"
466470
}
@@ -5193,3 +5197,7 @@ resource_schema "aws_xray_resource_policy" {
51935197
resource_schema "aws_xray_sampling_rule" {
51945198
cloudformation_type_name = "AWS::XRay::SamplingRule"
51955199
}
5200+
5201+
resource_schema "aws_xray_transaction_search_config" {
5202+
cloudformation_type_name = "AWS::XRay::TransactionSearchConfig"
5203+
}

0 commit comments

Comments
 (0)