Class CfnResolver.PipelineConfigProperty
Use the PipelineConfig property type to specify PipelineConfig for an AWS AppSync resolver.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResolver.PipelineConfigProperty : CfnResolver.IPipelineConfigProperty
Syntax (vb)
Public Class CfnResolver.PipelineConfigProperty Implements 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
Constructors
| PipelineConfigProperty() | Use the |
Properties
| Functions | A list of |
Constructors
PipelineConfigProperty()
Use the PipelineConfig property type to specify PipelineConfig for an AWS AppSync resolver.
public PipelineConfigProperty()
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" }
};
Properties
Functions
A list of Function objects.
public string[]? Functions { get; set; }
Property Value
string[]