Show / Hide Table of Contents

Class CfnChannelNamespacePropsMixin.LambdaConfigProperty

The LambdaConfig property type specifies the integration configuration for a Lambda data source.

Inheritance
object
CfnChannelNamespacePropsMixin.LambdaConfigProperty
Implements
CfnChannelNamespacePropsMixin.ILambdaConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelNamespacePropsMixin.LambdaConfigProperty : CfnChannelNamespacePropsMixin.ILambdaConfigProperty
Syntax (vb)
Public Class CfnChannelNamespacePropsMixin.LambdaConfigProperty Implements CfnChannelNamespacePropsMixin.ILambdaConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-lambdaconfig.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.Mixins.Preview.AWS.AppSync.Mixins;

             var lambdaConfigProperty = new LambdaConfigProperty {
                 InvokeType = "invokeType"
             };

Synopsis

Constructors

LambdaConfigProperty()

The LambdaConfig property type specifies the integration configuration for a Lambda data source.

Properties

InvokeType

The invocation type for a Lambda data source.

Constructors

LambdaConfigProperty()

The LambdaConfig property type specifies the integration configuration for a Lambda data source.

public LambdaConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-lambdaconfig.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.Mixins.Preview.AWS.AppSync.Mixins;

             var lambdaConfigProperty = new LambdaConfigProperty {
                 InvokeType = "invokeType"
             };

Properties

InvokeType

The invocation type for a Lambda data source.

public string? InvokeType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-lambdaconfig.html#cfn-appsync-channelnamespace-lambdaconfig-invoketype

Implements

CfnChannelNamespacePropsMixin.ILambdaConfigProperty
Back to top Generated by DocFX