Show / Hide Table of Contents

Interface CfnCampaign.ICampaignHookProperty

Specifies settings for invoking an Lambda function that customizes a segment for a campaign.

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCampaign.ICampaignHookProperty
Syntax (vb)
Public Interface CfnCampaign.ICampaignHookProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.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.Pinpoint;

             var campaignHookProperty = new CampaignHookProperty {
                 LambdaFunctionName = "lambdaFunctionName",
                 Mode = "mode",
                 WebUrl = "webUrl"
             };

Synopsis

Properties

LambdaFunctionName

The name or Amazon Resource Name (ARN) of the Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.

Mode

The mode that Amazon Pinpoint uses to invoke the Lambda function. Possible values are:.

WebUrl

The web URL that Amazon Pinpoint calls to invoke the Lambda function over HTTPS.

Properties

LambdaFunctionName

The name or Amazon Resource Name (ARN) of the Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.

string? LambdaFunctionName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname

Mode

The mode that Amazon Pinpoint uses to invoke the Lambda function. Possible values are:.

string? Mode { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode

    WebUrl

    The web URL that Amazon Pinpoint calls to invoke the Lambda function over HTTPS.

    string? WebUrl { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl

    Back to top Generated by DocFX