Show / Hide Table of Contents

Class CfnResolver.PipelineConfigProperty

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

Inheritance
object
CfnResolver.PipelineConfigProperty
Implements
CfnResolver.IPipelineConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

Constructors

PipelineConfigProperty()

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

Properties

Functions

A list of Function objects.

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.

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" }
             };

Properties

Functions

A list of Function objects.

public string[]? Functions { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnResolver.IPipelineConfigProperty
Back to top Generated by DocFX