Show / Hide Table of Contents

Class CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

Inheritance
object
CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty
Implements
CfnFunctionConfigurationPropsMixin.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.Mixins.Preview.AWS.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty : CfnFunctionConfigurationPropsMixin.ILambdaConflictHandlerConfigProperty
Syntax (vb)
Public Class CfnFunctionConfigurationPropsMixin.LambdaConflictHandlerConfigProperty Implements CfnFunctionConfigurationPropsMixin.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.Mixins.Preview.AWS.AppSync.Mixins;

             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.Mixins.Preview.AWS.AppSync.Mixins;

             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

CfnFunctionConfigurationPropsMixin.ILambdaConflictHandlerConfigProperty
Back to top Generated by DocFX