Interface CfnResolver.IPipelineConfigProperty
Use the PipelineConfig property type to specify PipelineConfig for an AWS AppSync resolver.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnResolver.IPipelineConfigProperty
Syntax (vb)
Public Interface CfnResolver.IPipelineConfigProperty
Remarks
PipelineConfig is a property of the AWS::AppSync::Resolver resource.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var pipelineConfigProperty = new PipelineConfigProperty {
Functions = new [] { "functions" }
};
Synopsis
Properties
| Functions | A list of |