|
1 | 1 | {
|
2 |
| - "$version": "97.0.0", |
| 2 | + "$version": "98.0.0", |
3 | 3 | "PropertyTypes": {
|
4 | 4 | "AWS::AppSync::DataSource.AuthorizationConfig": {
|
5 | 5 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html",
|
|
207 | 207 | }
|
208 | 208 | }
|
209 | 209 | },
|
| 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 | + }, |
210 | 227 | "AWS::AppSync::FunctionConfiguration.LambdaConflictHandlerConfig": {
|
211 | 228 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-lambdaconflicthandlerconfig.html",
|
212 | 229 | "Properties": {
|
|
397 | 414 | }
|
398 | 415 | }
|
399 | 416 | },
|
| 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 | + }, |
400 | 434 | "AWS::AppSync::Resolver.CachingConfig": {
|
401 | 435 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html",
|
402 | 436 | "Properties": {
|
|
699 | 733 | "Required": true,
|
700 | 734 | "UpdateType": "Immutable"
|
701 | 735 | },
|
| 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 | + }, |
702 | 748 | "DataSourceName": {
|
703 | 749 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename",
|
704 | 750 | "PrimitiveType": "String",
|
|
714 | 760 | "FunctionVersion": {
|
715 | 761 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion",
|
716 | 762 | "PrimitiveType": "String",
|
717 |
| - "Required": true, |
| 763 | + "Required": false, |
718 | 764 | "UpdateType": "Mutable"
|
719 | 765 | },
|
720 | 766 | "MaxBatchSize": {
|
|
753 | 799 | "Required": false,
|
754 | 800 | "UpdateType": "Mutable"
|
755 | 801 | },
|
| 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 | + }, |
756 | 808 | "SyncConfig": {
|
757 | 809 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-syncconfig",
|
758 | 810 | "Required": false,
|
|
882 | 934 | "Type": "CachingConfig",
|
883 | 935 | "UpdateType": "Mutable"
|
884 | 936 | },
|
| 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 | + }, |
885 | 949 | "DataSourceName": {
|
886 | 950 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename",
|
887 | 951 | "PrimitiveType": "String",
|
|
936 | 1000 | "Required": false,
|
937 | 1001 | "UpdateType": "Mutable"
|
938 | 1002 | },
|
| 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 | + }, |
939 | 1009 | "SyncConfig": {
|
940 | 1010 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-syncconfig",
|
941 | 1011 | "Required": false,
|
|
0 commit comments