interface RuntimeConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.RuntimeConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#RuntimeConfig |
![]() | software.amazon.awscdk.services.appsync.RuntimeConfig |
![]() | aws_cdk.aws_appsync.RuntimeConfig |
![]() | aws-cdk-lib » aws_appsync » RuntimeConfig |
Obtainable from
Function
.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
Name | Type | Description |
---|---|---|
name | string | The name of the runtime. |
runtime | string | The version string of the runtime. |
name
Type:
string
The name of the runtime.
runtimeVersion
Type:
string
The version string of the runtime.