Class RuntimeConfig
Config for binding runtime to a function or resolver.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RuntimeConfig : Object, IRuntimeConfig
Syntax (vb)
Public Class RuntimeConfig
Inherits Object
Implements IRuntimeConfig
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var runtimeConfig = new RuntimeConfig {
Name = "name",
RuntimeVersion = "runtimeVersion"
};
Synopsis
Constructors
Runtime |
Properties
Name | The name of the runtime. |
Runtime |
The version string of the runtime. |
Constructors
RuntimeConfig()
public RuntimeConfig()
Properties
Name
The name of the runtime.
public string Name { get; set; }
Property Value
System.
RuntimeVersion
The version string of the runtime.
public string RuntimeVersion { get; set; }
Property Value
System.