Skip to content

Commit

Permalink
08/21/2024 CloudFormation schemas in us-east-1; New schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 22, 2024
1 parent b9ea8d2 commit 4897032
Show file tree
Hide file tree
Showing 9 changed files with 4,958 additions and 1 deletion.
20 changes: 19 additions & 1 deletion internal/provider/all_schemas.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ meta_schema {
path = "../service/cloudformation/meta-schemas/provider.definition.schema.v1.json"
}

# 1037 CloudFormation resource types schemas are available for use with the Cloud Control API.
# 1040 CloudFormation resource types schemas are available for use with the Cloud Control API.

resource_schema "aws_acmpca_certificate" {
cloudformation_type_name = "AWS::ACMPCA::Certificate"
Expand Down Expand Up @@ -210,6 +210,16 @@ resource_schema "aws_apigatewayv2_domain_name" {
cloudformation_type_name = "AWS::ApiGatewayV2::DomainName"
}

resource_schema "aws_apigatewayv2_integration" {
cloudformation_type_name = "AWS::ApiGatewayV2::Integration"

# Suppression Reason: ResponseParameters is of unsupported type: key-value map of list of object.
# https://github.com/hashicorp/terraform-provider-awscc/issues/1968
suppress_resource_generation = true
suppress_singular_data_source_generation = true
suppress_plural_data_source_generation = true
}

resource_schema "aws_apigatewayv2_integration_response" {
cloudformation_type_name = "AWS::ApiGatewayV2::IntegrationResponse"
}
Expand Down Expand Up @@ -2155,6 +2165,10 @@ resource_schema "aws_globalaccelerator_listener" {
cloudformation_type_name = "AWS::GlobalAccelerator::Listener"
}

resource_schema "aws_glue_database" {
cloudformation_type_name = "AWS::Glue::Database"
}

resource_schema "aws_glue_registry" {
cloudformation_type_name = "AWS::Glue::Registry"
}
Expand Down Expand Up @@ -2310,6 +2324,10 @@ resource_schema "aws_ivs_playback_restriction_policy" {
cloudformation_type_name = "AWS::IVS::PlaybackRestrictionPolicy"
}

resource_schema "aws_ivs_public_key" {
cloudformation_type_name = "AWS::IVS::PublicKey"
}

resource_schema "aws_ivs_recording_configuration" {
cloudformation_type_name = "AWS::IVS::RecordingConfiguration"
}
Expand Down
Loading

0 comments on commit 4897032

Please sign in to comment.