interface AppsyncFunctionAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.AppsyncFunctionAttributes |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#AppsyncFunctionAttributes |
![]() | software.amazon.awscdk.services.appsync.AppsyncFunctionAttributes |
![]() | aws_cdk.aws_appsync.AppsyncFunctionAttributes |
![]() | aws-cdk-lib » aws_appsync » AppsyncFunctionAttributes |
The attributes for imported AppSync Functions.
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 appsyncFunctionAttributes: appsync.AppsyncFunctionAttributes = {
functionArn: 'functionArn',
};
Properties
Name | Type | Description |
---|---|---|
function | string | the ARN of the AppSync function. |
functionArn
Type:
string
the ARN of the AppSync function.