aws-cdk-lib.aws_appsync.RuntimeConfig

interface RuntimeConfig

LanguageType name
.NETAmazon.CDK.AWS.AppSync.RuntimeConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#RuntimeConfig
Javasoftware.amazon.awscdk.services.appsync.RuntimeConfig
Pythonaws_cdk.aws_appsync.RuntimeConfig
TypeScript (source)aws-cdk-lib » aws_appsync » RuntimeConfig

Obtainable from FunctionRuntime.toProperties()

Config for binding runtime to a function or resolver.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const runtimeConfig: appsync.RuntimeConfig = {
  name: 'name',
  runtimeVersion: 'runtimeVersion',
};

Properties

NameTypeDescription
namestringThe name of the runtime.
runtimeVersionstringThe version string of the runtime.

name

Type: string

The name of the runtime.


runtimeVersion

Type: string

The version string of the runtime.