Show / Hide Table of Contents

Interface CfnResolver.ILambdaConflictHandlerConfigProperty

The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.

Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnResolver.ILambdaConflictHandlerConfigProperty
Syntax (vb)
Public Interface CfnResolver.ILambdaConflictHandlerConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-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

Properties

LambdaConflictHandlerArn

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

Properties

LambdaConflictHandlerArn

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

string? LambdaConflictHandlerArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX