diff --git a/samtranslator/schema/schema.json b/samtranslator/schema/schema.json index f4e0c1e5d..ac0bf7da7 100644 --- a/samtranslator/schema/schema.json +++ b/samtranslator/schema/schema.json @@ -7406,7 +7406,13 @@ "title": "MutualTlsAuthentication" }, "Tags": { + "additionalProperties": true, "markdownDescription": "The collection of tags associated with a domain name.", + "patternProperties": { + "^[a-zA-Z0-9]+$": { + "type": "string" + } + }, "title": "Tags", "type": "object" } @@ -31889,6 +31895,12 @@ "title": "Enabled", "type": "boolean" }, + "SingleHeaderPolicyConfig": { + "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig" + }, + "SingleWeightPolicyConfig": { + "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig" + }, "StagingDistributionDnsNames": { "items": { "type": "string" @@ -31901,6 +31913,9 @@ "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig", "markdownDescription": "Contains the parameters for routing production traffic from your primary to staging distributions.", "title": "TrafficConfig" + }, + "Type": { + "type": "string" } }, "required": [ @@ -31949,6 +31964,22 @@ ], "type": "object" }, + "AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig": { + "additionalProperties": false, + "properties": { + "Header": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Header", + "Value" + ], + "type": "object" + }, "AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig": { "additionalProperties": false, "properties": { @@ -31968,6 +31999,21 @@ ], "type": "object" }, + "AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig": { + "additionalProperties": false, + "properties": { + "SessionStickinessConfig": { + "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig" + }, + "Weight": { + "type": "number" + } + }, + "required": [ + "Weight" + ], + "type": "object" + }, "AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig": { "additionalProperties": false, "properties": { @@ -84608,9 +84654,12 @@ "title": "Name", "type": "string" }, + "Policy": { + "type": "object" + }, "Tags": { "items": { - "$ref": "#/definitions/AWS::Events::EventBus.TagEntry" + "$ref": "#/definitions/Tag" }, "markdownDescription": "Tags to associate with the event bus.", "title": "Tags", @@ -84643,26 +84692,6 @@ ], "type": "object" }, - "AWS::Events::EventBus.TagEntry": { - "additionalProperties": false, - "properties": { - "Key": { - "markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.", - "title": "Key", - "type": "string" - }, - "Value": { - "markdownDescription": "The value for the specified tag key.", - "title": "Value", - "type": "string" - } - }, - "required": [ - "Key", - "Value" - ], - "type": "object" - }, "AWS::Events::EventBusPolicy": { "additionalProperties": false, "properties": { @@ -85233,12 +85262,6 @@ "title": "Sql", "type": "string" }, - "Sqls": { - "items": { - "type": "string" - }, - "type": "array" - }, "StatementName": { "markdownDescription": "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.", "title": "StatementName", @@ -85251,8 +85274,7 @@ } }, "required": [ - "Database", - "Sql" + "Database" ], "type": "object" }, @@ -85360,6 +85382,22 @@ ], "type": "object" }, + "AWS::Events::Rule.Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.", + "title": "Key", + "type": "string" + }, + "Value": { + "markdownDescription": "The value for the specified tag key.", + "title": "Value", + "type": "string" + } + }, + "type": "object" + }, "AWS::Events::Rule.Target": { "additionalProperties": false, "properties": { @@ -106774,6 +106812,12 @@ "title": "Description", "type": "string" }, + "DestinationPackageVersions": { + "items": { + "type": "string" + }, + "type": "array" + }, "Document": { "markdownDescription": "The job document.\n\nRequired if you don't specify a value for `documentSource` .", "title": "Document", @@ -146977,6 +147021,12 @@ "AWS::MediaTailor::Channel.HlsPlaylistSettings": { "additionalProperties": false, "properties": { + "AdMarkupType": { + "items": { + "type": "string" + }, + "type": "array" + }, "ManifestWindowSeconds": { "type": "number" } @@ -204357,6 +204407,9 @@ "title": "AutoMinorVersionUpgrade", "type": "boolean" }, + "AutomaticBackupReplicationRegion": { + "type": "string" + }, "AvailabilityZone": { "markdownDescription": "The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see [Regions and Availability Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html) .\n\nFor Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.\n\nDefault: A random, system-chosen Availability Zone in the endpoint's AWS Region .\n\nConstraints:\n\n- The `AvailabilityZone` parameter can't be specified if the DB instance is a Multi-AZ deployment.\n- The specified Availability Zone must be in the same AWS Region as the current endpoint.\n\nExample: `us-east-1d`", "title": "AvailabilityZone", diff --git a/schema_source/cloudformation.schema.json b/schema_source/cloudformation.schema.json index 9da4c54f4..c67a9d970 100644 --- a/schema_source/cloudformation.schema.json +++ b/schema_source/cloudformation.schema.json @@ -7392,7 +7392,13 @@ "title": "MutualTlsAuthentication" }, "Tags": { + "additionalProperties": true, "markdownDescription": "The collection of tags associated with a domain name.", + "patternProperties": { + "^[a-zA-Z0-9]+$": { + "type": "string" + } + }, "title": "Tags", "type": "object" } @@ -31861,6 +31867,12 @@ "title": "Enabled", "type": "boolean" }, + "SingleHeaderPolicyConfig": { + "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig" + }, + "SingleWeightPolicyConfig": { + "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig" + }, "StagingDistributionDnsNames": { "items": { "type": "string" @@ -31873,6 +31885,9 @@ "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig", "markdownDescription": "Contains the parameters for routing production traffic from your primary to staging distributions.", "title": "TrafficConfig" + }, + "Type": { + "type": "string" } }, "required": [ @@ -31921,6 +31936,22 @@ ], "type": "object" }, + "AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig": { + "additionalProperties": false, + "properties": { + "Header": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Header", + "Value" + ], + "type": "object" + }, "AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig": { "additionalProperties": false, "properties": { @@ -31940,6 +31971,21 @@ ], "type": "object" }, + "AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig": { + "additionalProperties": false, + "properties": { + "SessionStickinessConfig": { + "$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig" + }, + "Weight": { + "type": "number" + } + }, + "required": [ + "Weight" + ], + "type": "object" + }, "AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig": { "additionalProperties": false, "properties": { @@ -84573,9 +84619,12 @@ "title": "Name", "type": "string" }, + "Policy": { + "type": "object" + }, "Tags": { "items": { - "$ref": "#/definitions/AWS::Events::EventBus.TagEntry" + "$ref": "#/definitions/Tag" }, "markdownDescription": "Tags to associate with the event bus.", "title": "Tags", @@ -84608,26 +84657,6 @@ ], "type": "object" }, - "AWS::Events::EventBus.TagEntry": { - "additionalProperties": false, - "properties": { - "Key": { - "markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.", - "title": "Key", - "type": "string" - }, - "Value": { - "markdownDescription": "The value for the specified tag key.", - "title": "Value", - "type": "string" - } - }, - "required": [ - "Key", - "Value" - ], - "type": "object" - }, "AWS::Events::EventBusPolicy": { "additionalProperties": false, "properties": { @@ -85191,12 +85220,6 @@ "title": "Sql", "type": "string" }, - "Sqls": { - "items": { - "type": "string" - }, - "type": "array" - }, "StatementName": { "markdownDescription": "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.", "title": "StatementName", @@ -85209,8 +85232,7 @@ } }, "required": [ - "Database", - "Sql" + "Database" ], "type": "object" }, @@ -85318,6 +85340,22 @@ ], "type": "object" }, + "AWS::Events::Rule.Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.", + "title": "Key", + "type": "string" + }, + "Value": { + "markdownDescription": "The value for the specified tag key.", + "title": "Value", + "type": "string" + } + }, + "type": "object" + }, "AWS::Events::Rule.Target": { "additionalProperties": false, "properties": { @@ -106732,6 +106770,12 @@ "title": "Description", "type": "string" }, + "DestinationPackageVersions": { + "items": { + "type": "string" + }, + "type": "array" + }, "Document": { "markdownDescription": "The job document.\n\nRequired if you don't specify a value for `documentSource` .", "title": "Document", @@ -146928,6 +146972,12 @@ "AWS::MediaTailor::Channel.HlsPlaylistSettings": { "additionalProperties": false, "properties": { + "AdMarkupType": { + "items": { + "type": "string" + }, + "type": "array" + }, "ManifestWindowSeconds": { "type": "number" } @@ -204308,6 +204358,9 @@ "title": "AutoMinorVersionUpgrade", "type": "boolean" }, + "AutomaticBackupReplicationRegion": { + "type": "string" + }, "AvailabilityZone": { "markdownDescription": "The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see [Regions and Availability Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html) .\n\nFor Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.\n\nDefault: A random, system-chosen Availability Zone in the endpoint's AWS Region .\n\nConstraints:\n\n- The `AvailabilityZone` parameter can't be specified if the DB instance is a Multi-AZ deployment.\n- The specified Availability Zone must be in the same AWS Region as the current endpoint.\n\nExample: `us-east-1d`", "title": "AvailabilityZone",