aws-cdk-lib.aws_appsync.AppsyncFunctionAttributes

interface AppsyncFunctionAttributes

LanguageType name
.NETAmazon.CDK.AWS.AppSync.AppsyncFunctionAttributes
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#AppsyncFunctionAttributes
Javasoftware.amazon.awscdk.services.appsync.AppsyncFunctionAttributes
Pythonaws_cdk.aws_appsync.AppsyncFunctionAttributes
TypeScript (source)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

NameTypeDescription
functionArnstringthe ARN of the AppSync function.

functionArn

Type: string

the ARN of the AppSync function.