Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 63edf29

Browse files
Version 42.0.0 2021-09-24
1 parent f181a80 commit 63edf29

25 files changed

+5238
-435
lines changed

specs/af-south-1/CloudFormationResourceSpecification.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22264,7 +22264,7 @@
2226422264
"UserDataOverride": {
2226522265
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-additionalinstanceconfiguration.html#cfn-imagebuilder-imagerecipe-additionalinstanceconfiguration-userdataoverride",
2226622266
"PrimitiveType": "String",
22267-
"Required": true,
22267+
"Required": false,
2226822268
"UpdateType": "Mutable"
2226922269
}
2227022270
}
@@ -22387,7 +22387,7 @@
2238722387
"UninstallAfterBuild": {
2238822388
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-systemsmanageragent.html#cfn-imagebuilder-imagerecipe-systemsmanageragent-uninstallafterbuild",
2238922389
"PrimitiveType": "Boolean",
22390-
"Required": true,
22390+
"Required": false,
2239122391
"UpdateType": "Mutable"
2239222392
}
2239322393
}
@@ -32542,7 +32542,7 @@
3254232542
}
3254332543
}
3254432544
},
32545-
"ResourceSpecificationVersion": "41.2.0",
32545+
"ResourceSpecificationVersion": "42.0.0",
3254632546
"ResourceTypes": {
3254732547
"AWS::ACMPCA::Certificate": {
3254832548
"Attributes": {

specs/ap-east-1/CloudFormationResourceSpecification.json

Lines changed: 130 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4956,6 +4956,23 @@
49564956
}
49574957
}
49584958
},
4959+
"AWS::AppSync::DataSource.OpenSearchServiceConfig": {
4960+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-opensearchserviceconfig.html",
4961+
"Properties": {
4962+
"AwsRegion": {
4963+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-opensearchserviceconfig.html#cfn-appsync-datasource-opensearchserviceconfig-awsregion",
4964+
"PrimitiveType": "String",
4965+
"Required": true,
4966+
"UpdateType": "Mutable"
4967+
},
4968+
"Endpoint": {
4969+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-opensearchserviceconfig.html#cfn-appsync-datasource-opensearchserviceconfig-endpoint",
4970+
"PrimitiveType": "String",
4971+
"Required": true,
4972+
"UpdateType": "Mutable"
4973+
}
4974+
}
4975+
},
49594976
"AWS::AppSync::DataSource.RdsHttpEndpointConfig": {
49604977
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html",
49614978
"Properties": {
@@ -7075,6 +7092,29 @@
70757092
}
70767093
}
70777094
},
7095+
"AWS::Backup::BackupVault.LockConfigurationType": {
7096+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html",
7097+
"Properties": {
7098+
"changeableForDays": {
7099+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html#cfn-backup-backupvault-lockconfigurationtype-changeablefordays",
7100+
"PrimitiveType": "Double",
7101+
"Required": false,
7102+
"UpdateType": "Mutable"
7103+
},
7104+
"maxRetentionDays": {
7105+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html#cfn-backup-backupvault-lockconfigurationtype-maxretentiondays",
7106+
"PrimitiveType": "Double",
7107+
"Required": false,
7108+
"UpdateType": "Mutable"
7109+
},
7110+
"minRetentionDays": {
7111+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html#cfn-backup-backupvault-lockconfigurationtype-minretentiondays",
7112+
"PrimitiveType": "Double",
7113+
"Required": false,
7114+
"UpdateType": "Mutable"
7115+
}
7116+
}
7117+
},
70787118
"AWS::Backup::BackupVault.NotificationObjectType": {
70797119
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html",
70807120
"Properties": {
@@ -25267,7 +25307,7 @@
2526725307
"UserDataOverride": {
2526825308
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-additionalinstanceconfiguration.html#cfn-imagebuilder-imagerecipe-additionalinstanceconfiguration-userdataoverride",
2526925309
"PrimitiveType": "String",
25270-
"Required": true,
25310+
"Required": false,
2527125311
"UpdateType": "Mutable"
2527225312
}
2527325313
}
@@ -25390,7 +25430,7 @@
2539025430
"UninstallAfterBuild": {
2539125431
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-systemsmanageragent.html#cfn-imagebuilder-imagerecipe-systemsmanageragent-uninstallafterbuild",
2539225432
"PrimitiveType": "Boolean",
25393-
"Required": true,
25433+
"Required": false,
2539425434
"UpdateType": "Mutable"
2539525435
}
2539625436
}
@@ -26057,6 +26097,12 @@
2605726097
"Type": "LambdaAction",
2605826098
"UpdateType": "Mutable"
2605926099
},
26100+
"OpenSearch": {
26101+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-action.html#cfn-iot-topicrule-action-opensearch",
26102+
"Required": false,
26103+
"Type": "OpenSearchAction",
26104+
"UpdateType": "Mutable"
26105+
},
2606026106
"Republish": {
2606126107
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-action.html#cfn-iot-topicrule-action-republish",
2606226108
"Required": false,
@@ -26591,6 +26637,41 @@
2659126637
}
2659226638
}
2659326639
},
26640+
"AWS::IoT::TopicRule.OpenSearchAction": {
26641+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html",
26642+
"Properties": {
26643+
"Endpoint": {
26644+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-endpoint",
26645+
"PrimitiveType": "String",
26646+
"Required": true,
26647+
"UpdateType": "Mutable"
26648+
},
26649+
"Id": {
26650+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-id",
26651+
"PrimitiveType": "String",
26652+
"Required": true,
26653+
"UpdateType": "Mutable"
26654+
},
26655+
"Index": {
26656+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-index",
26657+
"PrimitiveType": "String",
26658+
"Required": true,
26659+
"UpdateType": "Mutable"
26660+
},
26661+
"RoleArn": {
26662+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-rolearn",
26663+
"PrimitiveType": "String",
26664+
"Required": true,
26665+
"UpdateType": "Mutable"
26666+
},
26667+
"Type": {
26668+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-type",
26669+
"PrimitiveType": "String",
26670+
"Required": true,
26671+
"UpdateType": "Mutable"
26672+
}
26673+
}
26674+
},
2659426675
"AWS::IoT::TopicRule.PutAssetPropertyValueEntry": {
2659526676
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putassetpropertyvalueentry.html",
2659626677
"Properties": {
@@ -29737,13 +29818,19 @@
2973729818
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html#cfn-msk-cluster-clientauthentication-sasl",
2973829819
"Required": false,
2973929820
"Type": "Sasl",
29740-
"UpdateType": "Immutable"
29821+
"UpdateType": "Mutable"
2974129822
},
2974229823
"Tls": {
2974329824
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html#cfn-msk-cluster-clientauthentication-tls",
2974429825
"Required": false,
2974529826
"Type": "Tls",
29746-
"UpdateType": "Immutable"
29827+
"UpdateType": "Mutable"
29828+
},
29829+
"Unauthenticated": {
29830+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html#cfn-msk-cluster-clientauthentication-unauthenticated",
29831+
"Required": false,
29832+
"Type": "Unauthenticated",
29833+
"UpdateType": "Mutable"
2974729834
}
2974829835
}
2974929836
},
@@ -29810,7 +29897,7 @@
2981029897
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker",
2981129898
"PrimitiveType": "String",
2981229899
"Required": false,
29813-
"UpdateType": "Immutable"
29900+
"UpdateType": "Mutable"
2981429901
},
2981529902
"InCluster": {
2981629903
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster",
@@ -29833,7 +29920,7 @@
2983329920
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptioninfo.html#cfn-msk-cluster-encryptioninfo-encryptionintransit",
2983429921
"Required": false,
2983529922
"Type": "EncryptionInTransit",
29836-
"UpdateType": "Immutable"
29923+
"UpdateType": "Mutable"
2983729924
}
2983829925
}
2983929926
},
@@ -29861,7 +29948,7 @@
2986129948
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-iam.html#cfn-msk-cluster-iam-enabled",
2986229949
"PrimitiveType": "Boolean",
2986329950
"Required": true,
29864-
"UpdateType": "Immutable"
29951+
"UpdateType": "Mutable"
2986529952
}
2986629953
}
2986729954
},
@@ -29956,13 +30043,13 @@
2995630043
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-sasl.html#cfn-msk-cluster-sasl-iam",
2995730044
"Required": false,
2995830045
"Type": "Iam",
29959-
"UpdateType": "Immutable"
30046+
"UpdateType": "Mutable"
2996030047
},
2996130048
"Scram": {
2996230049
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-sasl.html#cfn-msk-cluster-sasl-scram",
2996330050
"Required": false,
2996430051
"Type": "Scram",
29965-
"UpdateType": "Immutable"
30052+
"UpdateType": "Mutable"
2996630053
}
2996730054
}
2996830055
},
@@ -29973,7 +30060,7 @@
2997330060
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-scram.html#cfn-msk-cluster-scram-enabled",
2997430061
"PrimitiveType": "Boolean",
2997530062
"Required": true,
29976-
"UpdateType": "Immutable"
30063+
"UpdateType": "Mutable"
2997730064
}
2997830065
}
2997930066
},
@@ -29996,7 +30083,24 @@
2999630083
"PrimitiveItemType": "String",
2999730084
"Required": false,
2999830085
"Type": "List",
29999-
"UpdateType": "Immutable"
30086+
"UpdateType": "Mutable"
30087+
},
30088+
"Enabled": {
30089+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-tls.html#cfn-msk-cluster-tls-enabled",
30090+
"PrimitiveType": "Boolean",
30091+
"Required": false,
30092+
"UpdateType": "Mutable"
30093+
}
30094+
}
30095+
},
30096+
"AWS::MSK::Cluster.Unauthenticated": {
30097+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-unauthenticated.html",
30098+
"Properties": {
30099+
"Enabled": {
30100+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-unauthenticated.html#cfn-msk-cluster-unauthenticated-enabled",
30101+
"PrimitiveType": "Boolean",
30102+
"Required": true,
30103+
"UpdateType": "Mutable"
3000030104
}
3000130105
}
3000230106
},
@@ -39647,7 +39751,7 @@
3964739751
}
3964839752
}
3964939753
},
39650-
"ResourceSpecificationVersion": "41.2.0",
39754+
"ResourceSpecificationVersion": "42.0.0",
3965139755
"ResourceTypes": {
3965239756
"AWS::ACMPCA::Certificate": {
3965339757
"Attributes": {
@@ -42742,6 +42846,12 @@
4274242846
"Required": true,
4274342847
"UpdateType": "Immutable"
4274442848
},
42849+
"OpenSearchServiceConfig": {
42850+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-opensearchserviceconfig",
42851+
"Required": false,
42852+
"Type": "OpenSearchServiceConfig",
42853+
"UpdateType": "Mutable"
42854+
},
4274542855
"RelationalDatabaseConfig": {
4274642856
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-relationaldatabaseconfig",
4274742857
"Required": false,
@@ -44011,6 +44121,12 @@
4401144121
"Required": false,
4401244122
"UpdateType": "Immutable"
4401344123
},
44124+
"LockConfiguration": {
44125+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-lockconfiguration",
44126+
"Required": false,
44127+
"Type": "LockConfigurationType",
44128+
"UpdateType": "Mutable"
44129+
},
4401444130
"Notifications": {
4401544131
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-notifications",
4401644132
"Required": false,
@@ -59243,7 +59359,7 @@
5924359359
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clientauthentication",
5924459360
"Required": false,
5924559361
"Type": "ClientAuthentication",
59246-
"UpdateType": "Immutable"
59362+
"UpdateType": "Mutable"
5924759363
},
5924859364
"ClusterName": {
5924959365
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername",
@@ -59261,7 +59377,7 @@
5926159377
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-encryptioninfo",
5926259378
"Required": false,
5926359379
"Type": "EncryptionInfo",
59264-
"UpdateType": "Immutable"
59380+
"UpdateType": "Mutable"
5926559381
},
5926659382
"EnhancedMonitoring": {
5926759383
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring",

0 commit comments

Comments
 (0)