|
4956 | 4956 | } |
4957 | 4957 | } |
4958 | 4958 | }, |
| 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 | + }, |
4959 | 4976 | "AWS::AppSync::DataSource.RdsHttpEndpointConfig": { |
4960 | 4977 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html", |
4961 | 4978 | "Properties": { |
|
7075 | 7092 | } |
7076 | 7093 | } |
7077 | 7094 | }, |
| 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 | + }, |
7078 | 7118 | "AWS::Backup::BackupVault.NotificationObjectType": { |
7079 | 7119 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html", |
7080 | 7120 | "Properties": { |
|
25267 | 25307 | "UserDataOverride": { |
25268 | 25308 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-additionalinstanceconfiguration.html#cfn-imagebuilder-imagerecipe-additionalinstanceconfiguration-userdataoverride", |
25269 | 25309 | "PrimitiveType": "String", |
25270 | | - "Required": true, |
| 25310 | + "Required": false, |
25271 | 25311 | "UpdateType": "Mutable" |
25272 | 25312 | } |
25273 | 25313 | } |
|
25390 | 25430 | "UninstallAfterBuild": { |
25391 | 25431 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-systemsmanageragent.html#cfn-imagebuilder-imagerecipe-systemsmanageragent-uninstallafterbuild", |
25392 | 25432 | "PrimitiveType": "Boolean", |
25393 | | - "Required": true, |
| 25433 | + "Required": false, |
25394 | 25434 | "UpdateType": "Mutable" |
25395 | 25435 | } |
25396 | 25436 | } |
|
26057 | 26097 | "Type": "LambdaAction", |
26058 | 26098 | "UpdateType": "Mutable" |
26059 | 26099 | }, |
| 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 | + }, |
26060 | 26106 | "Republish": { |
26061 | 26107 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-action.html#cfn-iot-topicrule-action-republish", |
26062 | 26108 | "Required": false, |
|
26591 | 26637 | } |
26592 | 26638 | } |
26593 | 26639 | }, |
| 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 | + }, |
26594 | 26675 | "AWS::IoT::TopicRule.PutAssetPropertyValueEntry": { |
26595 | 26676 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putassetpropertyvalueentry.html", |
26596 | 26677 | "Properties": { |
@@ -29737,13 +29818,19 @@ |
29737 | 29818 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html#cfn-msk-cluster-clientauthentication-sasl", |
29738 | 29819 | "Required": false, |
29739 | 29820 | "Type": "Sasl", |
29740 | | - "UpdateType": "Immutable" |
| 29821 | + "UpdateType": "Mutable" |
29741 | 29822 | }, |
29742 | 29823 | "Tls": { |
29743 | 29824 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html#cfn-msk-cluster-clientauthentication-tls", |
29744 | 29825 | "Required": false, |
29745 | 29826 | "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" |
29747 | 29834 | } |
29748 | 29835 | } |
29749 | 29836 | }, |
|
29810 | 29897 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker", |
29811 | 29898 | "PrimitiveType": "String", |
29812 | 29899 | "Required": false, |
29813 | | - "UpdateType": "Immutable" |
| 29900 | + "UpdateType": "Mutable" |
29814 | 29901 | }, |
29815 | 29902 | "InCluster": { |
29816 | 29903 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster", |
|
29833 | 29920 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptioninfo.html#cfn-msk-cluster-encryptioninfo-encryptionintransit", |
29834 | 29921 | "Required": false, |
29835 | 29922 | "Type": "EncryptionInTransit", |
29836 | | - "UpdateType": "Immutable" |
| 29923 | + "UpdateType": "Mutable" |
29837 | 29924 | } |
29838 | 29925 | } |
29839 | 29926 | }, |
|
29861 | 29948 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-iam.html#cfn-msk-cluster-iam-enabled", |
29862 | 29949 | "PrimitiveType": "Boolean", |
29863 | 29950 | "Required": true, |
29864 | | - "UpdateType": "Immutable" |
| 29951 | + "UpdateType": "Mutable" |
29865 | 29952 | } |
29866 | 29953 | } |
29867 | 29954 | }, |
@@ -29956,13 +30043,13 @@ |
29956 | 30043 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-sasl.html#cfn-msk-cluster-sasl-iam", |
29957 | 30044 | "Required": false, |
29958 | 30045 | "Type": "Iam", |
29959 | | - "UpdateType": "Immutable" |
| 30046 | + "UpdateType": "Mutable" |
29960 | 30047 | }, |
29961 | 30048 | "Scram": { |
29962 | 30049 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-sasl.html#cfn-msk-cluster-sasl-scram", |
29963 | 30050 | "Required": false, |
29964 | 30051 | "Type": "Scram", |
29965 | | - "UpdateType": "Immutable" |
| 30052 | + "UpdateType": "Mutable" |
29966 | 30053 | } |
29967 | 30054 | } |
29968 | 30055 | }, |
|
29973 | 30060 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-scram.html#cfn-msk-cluster-scram-enabled", |
29974 | 30061 | "PrimitiveType": "Boolean", |
29975 | 30062 | "Required": true, |
29976 | | - "UpdateType": "Immutable" |
| 30063 | + "UpdateType": "Mutable" |
29977 | 30064 | } |
29978 | 30065 | } |
29979 | 30066 | }, |
|
29996 | 30083 | "PrimitiveItemType": "String", |
29997 | 30084 | "Required": false, |
29998 | 30085 | "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" |
30000 | 30104 | } |
30001 | 30105 | } |
30002 | 30106 | }, |
|
39647 | 39751 | } |
39648 | 39752 | } |
39649 | 39753 | }, |
39650 | | - "ResourceSpecificationVersion": "41.2.0", |
| 39754 | + "ResourceSpecificationVersion": "42.0.0", |
39651 | 39755 | "ResourceTypes": { |
39652 | 39756 | "AWS::ACMPCA::Certificate": { |
39653 | 39757 | "Attributes": { |
|
42742 | 42846 | "Required": true, |
42743 | 42847 | "UpdateType": "Immutable" |
42744 | 42848 | }, |
| 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 | + }, |
42745 | 42855 | "RelationalDatabaseConfig": { |
42746 | 42856 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-relationaldatabaseconfig", |
42747 | 42857 | "Required": false, |
|
44011 | 44121 | "Required": false, |
44012 | 44122 | "UpdateType": "Immutable" |
44013 | 44123 | }, |
| 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 | + }, |
44014 | 44130 | "Notifications": { |
44015 | 44131 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-notifications", |
44016 | 44132 | "Required": false, |
|
59243 | 59359 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clientauthentication", |
59244 | 59360 | "Required": false, |
59245 | 59361 | "Type": "ClientAuthentication", |
59246 | | - "UpdateType": "Immutable" |
| 59362 | + "UpdateType": "Mutable" |
59247 | 59363 | }, |
59248 | 59364 | "ClusterName": { |
59249 | 59365 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername", |
|
59261 | 59377 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-encryptioninfo", |
59262 | 59378 | "Required": false, |
59263 | 59379 | "Type": "EncryptionInfo", |
59264 | | - "UpdateType": "Immutable" |
| 59380 | + "UpdateType": "Mutable" |
59265 | 59381 | }, |
59266 | 59382 | "EnhancedMonitoring": { |
59267 | 59383 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring", |
|
0 commit comments