aws-cdk-lib.aws_appsync.CfnResolver.PipelineConfigProperty

interface PipelineConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppSync.CfnResolver.PipelineConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnResolver_PipelineConfigProperty
Javasoftware.amazon.awscdk.services.appsync.CfnResolver.PipelineConfigProperty
Pythonaws_cdk.aws_appsync.CfnResolver.PipelineConfigProperty
TypeScript aws-cdk-lib » aws_appsync » CfnResolver » PipelineConfigProperty

Use the PipelineConfig property type to specify PipelineConfig for an AWS AppSync resolver.

PipelineConfig is a property of the AWS::AppSync::Resolver resource.

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 pipelineConfigProperty: appsync.CfnResolver.PipelineConfigProperty = {
  functions: ['functions'],
};

Properties

NameTypeDescription
functions?string[]A list of Function objects.

functions?

Type: string[] (optional)

A list of Function objects.