Show / Hide Table of Contents

Class CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

Inheritance
object
CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
Implements
CfnFunctionConfiguration.ILambdaConflictHandlerConfigProperty
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 CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty : CfnFunctionConfiguration.ILambdaConflictHandlerConfigProperty
Syntax (vb)
Public Class CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty Implements CfnFunctionConfiguration.ILambdaConflictHandlerConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-lambdaconflicthandlerconfig.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 lambdaConflictHandlerConfigProperty = new LambdaConflictHandlerConfigProperty {
                 LambdaConflictHandlerArn = "lambdaConflictHandlerArn"
             };

Synopsis

Constructors

LambdaConflictHandlerConfigProperty()

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

Properties

LambdaConflictHandlerArn

The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.

Constructors

LambdaConflictHandlerConfigProperty()

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

public LambdaConflictHandlerConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-lambdaconflicthandlerconfig.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 lambdaConflictHandlerConfigProperty = new LambdaConflictHandlerConfigProperty {
                 LambdaConflictHandlerArn = "lambdaConflictHandlerArn"
             };

Properties

LambdaConflictHandlerArn

The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-lambdaconflicthandlerconfig.html#cfn-appsync-functionconfiguration-lambdaconflicthandlerconfig-lambdaconflicthandlerarn

Implements

CfnFunctionConfiguration.ILambdaConflictHandlerConfigProperty
Back to top Generated by DocFX