AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.AppSyncRuntime

Namespace: Amazon.AppSync.Model
Assembly: AWSSDK.AppSync.dll
Version: 3.x.y.z

Syntax

C#
public class AppSyncRuntime

The AppSyncRuntime type exposes the following members

Constructors

NameDescription
Public Method AppSyncRuntime()

Properties

NameTypeDescription
Public Property Name Amazon.AppSync.RuntimeName

Gets and sets the property Name.

The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.

Public Property RuntimeVersion System.String

Gets and sets the property RuntimeVersion.

The version of the runtime to use. Currently, the only allowed version is 1.0.0.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5