Skip to content

Commit 2c61405

Browse files
feat(cfnspec): cloudformation spec v98.0.0 (#22971)
1 parent 89ce2f1 commit 2c61405

File tree

205 files changed

+1920
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+1920
-217
lines changed

Diff for: packages/@aws-cdk/cfnspec/CHANGELOG.md

+79
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
# CloudFormation Resource Specification v98.0.0
2+
3+
## New Resource Types
4+
5+
* AWS::Organizations::OrganizationalUnit
6+
* AWS::SSM::ResourcePolicy
7+
8+
## Attribute Changes
9+
10+
* AWS::Panorama::Package StorageLocation.BinaryPrefixLocation (__added__)
11+
* AWS::Panorama::Package StorageLocation.Bucket (__added__)
12+
* AWS::Panorama::Package StorageLocation.GeneratedPrefixLocation (__added__)
13+
* AWS::Panorama::Package StorageLocation.ManifestPrefixLocation (__added__)
14+
* AWS::Panorama::Package StorageLocation.RepoPrefixLocation (__added__)
15+
* AWS::RDS::DBParameterGroup DBParameterGroupName (__added__)
16+
17+
## Property Changes
18+
19+
* AWS::Amplify::App Platform (__added__)
20+
* AWS::Amplify::Branch Framework (__added__)
21+
* AWS::ApiGateway::BasePathMapping Id (__deleted__)
22+
* AWS::AppSync::FunctionConfiguration Code (__added__)
23+
* AWS::AppSync::FunctionConfiguration CodeS3Location (__added__)
24+
* AWS::AppSync::FunctionConfiguration Runtime (__added__)
25+
* AWS::AppSync::FunctionConfiguration FunctionVersion.Required (__changed__)
26+
* Old: true
27+
* New: false
28+
* AWS::AppSync::Resolver Code (__added__)
29+
* AWS::AppSync::Resolver CodeS3Location (__added__)
30+
* AWS::AppSync::Resolver Runtime (__added__)
31+
* AWS::BillingConductor::PricingRule BillingEntity (__added__)
32+
* AWS::CloudWatch::CompositeAlarm AlarmName.Required (__changed__)
33+
* Old: true
34+
* New: false
35+
* AWS::EC2::NatGateway PrivateIpAddress (__added__)
36+
* AWS::ECS::Cluster ServiceConnectDefaults (__added__)
37+
* AWS::ECS::Service ServiceConnectConfiguration (__added__)
38+
* AWS::EMR::Cluster OSReleaseLabel (__added__)
39+
* AWS::ElastiCache::User AuthenticationMode (__added__)
40+
* AWS::IVS::RecordingConfiguration RecordingReconnectWindowSeconds (__added__)
41+
* AWS::IoTTwinMaker::ComponentType PropertyGroups (__added__)
42+
* AWS::SageMaker::ModelPackage Tag (__deleted__)
43+
44+
## Property Type Changes
45+
46+
* AWS::AppSync::FunctionConfiguration.AppSyncRuntime (__added__)
47+
* AWS::AppSync::Resolver.AppSyncRuntime (__added__)
48+
* AWS::AutoScaling::AutoScalingGroup.NetworkBandwidthGbpsRequest (__added__)
49+
* AWS::ECS::Cluster.ServiceConnectDefaults (__added__)
50+
* AWS::ECS::Service.LogConfiguration (__added__)
51+
* AWS::ECS::Service.Secret (__added__)
52+
* AWS::ECS::Service.ServiceConnectClientAlias (__added__)
53+
* AWS::ECS::Service.ServiceConnectConfiguration (__added__)
54+
* AWS::ECS::Service.ServiceConnectService (__added__)
55+
* AWS::IoTTwinMaker::ComponentType.PropertyGroup (__added__)
56+
* AWS::IoTTwinMaker::Entity.PropertyGroup (__added__)
57+
* AWS::Panorama::Package.StorageLocation (__added__)
58+
* AWS::S3::StorageLens.AdvancedCostOptimizationMetrics (__added__)
59+
* AWS::S3::StorageLens.AdvancedDataProtectionMetrics (__added__)
60+
* AWS::S3::StorageLens.DetailedStatusCodesMetrics (__added__)
61+
* AWS::Amplify::App.AutoBranchCreationConfig Framework (__added__)
62+
* AWS::AutoScaling::AutoScalingGroup.InstanceRequirements AllowedInstanceTypes (__added__)
63+
* AWS::AutoScaling::AutoScalingGroup.InstanceRequirements NetworkBandwidthGbps (__added__)
64+
* AWS::ECS::TaskDefinition.PortMapping AppProtocol (__added__)
65+
* AWS::ECS::TaskDefinition.PortMapping Name (__added__)
66+
* AWS::IoT::AccountAuditConfiguration.AuditCheckConfigurations IntermediateCaRevokedForActiveDeviceCertificatesCheck (__added__)
67+
* AWS::IoTTwinMaker::Entity.Component PropertyGroups (__added__)
68+
* AWS::S3::StorageLens.AccountLevel AdvancedCostOptimizationMetrics (__added__)
69+
* AWS::S3::StorageLens.AccountLevel AdvancedDataProtectionMetrics (__added__)
70+
* AWS::S3::StorageLens.AccountLevel DetailedStatusCodesMetrics (__added__)
71+
* AWS::S3::StorageLens.BucketLevel AdvancedCostOptimizationMetrics (__added__)
72+
* AWS::S3::StorageLens.BucketLevel AdvancedDataProtectionMetrics (__added__)
73+
* AWS::S3::StorageLens.BucketLevel DetailedStatusCodesMetrics (__added__)
74+
75+
## Unapplied changes
76+
77+
* AWS::AmplifyUIBuilder is at 97.0.0
78+
* AWS::AppFlow is at 94.0.0
79+
180
# CloudFormation Resource Specification v97.0.0
281

382
## New Resource Types

Diff for: packages/@aws-cdk/cfnspec/cfn.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
97.0.0
1+
98.0.0

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/.000_AWS_AmplifyUIBuilder.rejected.json

+1,093
Large diffs are not rendered by default.

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/.000_AWS_AppFlow.rejected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"ResourceSpecificationVersion": "97.0.0",
2100+
"ResourceSpecificationVersion": "98.0.0",
21012101
"ResourceTypes": {
21022102
"AWS::AppFlow::ConnectorProfile": {
21032103
"Attributes": {

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ACMPCA.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::ACMPCA::Certificate.ApiPassthrough": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_APS.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::APS::Workspace.LoggingConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AccessAnalyzer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AmazonMQ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AmazonMQ::Broker.ConfigurationId": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Amplify.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::Amplify::App.AutoBranchCreationConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html",
@@ -56,6 +56,12 @@
5656
"Type": "List",
5757
"UpdateType": "Mutable"
5858
},
59+
"Framework": {
60+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-framework",
61+
"PrimitiveType": "String",
62+
"Required": false,
63+
"UpdateType": "Mutable"
64+
},
5965
"PullRequestEnvironmentName": {
6066
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname",
6167
"PrimitiveType": "String",
@@ -291,6 +297,12 @@
291297
"Required": false,
292298
"UpdateType": "Mutable"
293299
},
300+
"Platform": {
301+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-platform",
302+
"PrimitiveType": "String",
303+
"Required": false,
304+
"UpdateType": "Mutable"
305+
},
294306
"Repository": {
295307
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository",
296308
"PrimitiveType": "String",
@@ -374,6 +386,12 @@
374386
"Type": "List",
375387
"UpdateType": "Mutable"
376388
},
389+
"Framework": {
390+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-framework",
391+
"PrimitiveType": "String",
392+
"Required": false,
393+
"UpdateType": "Mutable"
394+
},
377395
"PullRequestEnvironmentName": {
378396
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname",
379397
"PrimitiveType": "String",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApiGateway.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::ApiGateway::ApiKey.StageKey": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-stagekey.html",
@@ -892,12 +892,6 @@
892892
"Required": true,
893893
"UpdateType": "Immutable"
894894
},
895-
"Id": {
896-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-id",
897-
"PrimitiveType": "String",
898-
"Required": false,
899-
"UpdateType": "Mutable"
900-
},
901895
"RestApiId": {
902896
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid",
903897
"PrimitiveType": "String",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApiGatewayV2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::ApiGatewayV2::Api.BodyS3Location": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppConfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AppConfig::Application.Tags": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppIntegrations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AppIntegrations::DataIntegration.ScheduleConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-scheduleconfig.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppMesh.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppRunner.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppStream.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AppStream::AppBlock.S3Location": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppSync.json

+72-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AppSync::DataSource.AuthorizationConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html",
@@ -207,6 +207,23 @@
207207
}
208208
}
209209
},
210+
"AWS::AppSync::FunctionConfiguration.AppSyncRuntime": {
211+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-appsyncruntime.html",
212+
"Properties": {
213+
"Name": {
214+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-appsyncruntime.html#cfn-appsync-functionconfiguration-appsyncruntime-name",
215+
"PrimitiveType": "String",
216+
"Required": true,
217+
"UpdateType": "Mutable"
218+
},
219+
"RuntimeVersion": {
220+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-appsyncruntime.html#cfn-appsync-functionconfiguration-appsyncruntime-runtimeversion",
221+
"PrimitiveType": "String",
222+
"Required": true,
223+
"UpdateType": "Mutable"
224+
}
225+
}
226+
},
210227
"AWS::AppSync::FunctionConfiguration.LambdaConflictHandlerConfig": {
211228
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-lambdaconflicthandlerconfig.html",
212229
"Properties": {
@@ -397,6 +414,23 @@
397414
}
398415
}
399416
},
417+
"AWS::AppSync::Resolver.AppSyncRuntime": {
418+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-appsyncruntime.html",
419+
"Properties": {
420+
"Name": {
421+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-appsyncruntime.html#cfn-appsync-resolver-appsyncruntime-name",
422+
"PrimitiveType": "String",
423+
"Required": true,
424+
"UpdateType": "Mutable"
425+
},
426+
"RuntimeVersion": {
427+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-appsyncruntime.html#cfn-appsync-resolver-appsyncruntime-runtimeversion",
428+
"PrimitiveType": "String",
429+
"Required": true,
430+
"UpdateType": "Mutable"
431+
}
432+
}
433+
},
400434
"AWS::AppSync::Resolver.CachingConfig": {
401435
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html",
402436
"Properties": {
@@ -699,6 +733,18 @@
699733
"Required": true,
700734
"UpdateType": "Immutable"
701735
},
736+
"Code": {
737+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-code",
738+
"PrimitiveType": "String",
739+
"Required": false,
740+
"UpdateType": "Mutable"
741+
},
742+
"CodeS3Location": {
743+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-codes3location",
744+
"PrimitiveType": "String",
745+
"Required": false,
746+
"UpdateType": "Mutable"
747+
},
702748
"DataSourceName": {
703749
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename",
704750
"PrimitiveType": "String",
@@ -714,7 +760,7 @@
714760
"FunctionVersion": {
715761
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion",
716762
"PrimitiveType": "String",
717-
"Required": true,
763+
"Required": false,
718764
"UpdateType": "Mutable"
719765
},
720766
"MaxBatchSize": {
@@ -753,6 +799,12 @@
753799
"Required": false,
754800
"UpdateType": "Mutable"
755801
},
802+
"Runtime": {
803+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-runtime",
804+
"Required": false,
805+
"Type": "AppSyncRuntime",
806+
"UpdateType": "Mutable"
807+
},
756808
"SyncConfig": {
757809
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-syncconfig",
758810
"Required": false,
@@ -882,6 +934,18 @@
882934
"Type": "CachingConfig",
883935
"UpdateType": "Mutable"
884936
},
937+
"Code": {
938+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-code",
939+
"PrimitiveType": "String",
940+
"Required": false,
941+
"UpdateType": "Mutable"
942+
},
943+
"CodeS3Location": {
944+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-codes3location",
945+
"PrimitiveType": "String",
946+
"Required": false,
947+
"UpdateType": "Mutable"
948+
},
885949
"DataSourceName": {
886950
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename",
887951
"PrimitiveType": "String",
@@ -936,6 +1000,12 @@
9361000
"Required": false,
9371001
"UpdateType": "Mutable"
9381002
},
1003+
"Runtime": {
1004+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-runtime",
1005+
"Required": false,
1006+
"Type": "AppSyncRuntime",
1007+
"UpdateType": "Mutable"
1008+
},
9391009
"SyncConfig": {
9401010
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-syncconfig",
9411011
"Required": false,

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApplicationAutoScaling.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApplicationInsights.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::ApplicationInsights::Application.Alarm": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Athena.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::Athena::WorkGroup.EncryptionConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AuditManager.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "97.0.0",
2+
"$version": "98.0.0",
33
"PropertyTypes": {
44
"AWS::AuditManager::Assessment.AWSAccount": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessment-awsaccount.html",

0 commit comments

Comments
 (0)