Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-pipelineconfig.html

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 Function objects.

Properties

Functions

A list of Function objects.

string[]? Functions { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-pipelineconfig.html#cfn-appsync-resolver-pipelineconfig-functions

Back to top Generated by DocFX