Show / Hide Table of Contents

Class AppCampaignHook

Inheritance
System.Object
AppCampaignHook
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Pinpoint.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AppCampaignHook

Fields

View Source

LambdaFunctionName

Lambda function name or ARN to be called for delivery. Conflicts with web_url

Declaration
public readonly string LambdaFunctionName
Field Value
Type Description
System.String
View Source

Mode

What mode Lambda should be invoked in. Valid values for this parameter are DELIVERY, FILTER.

Declaration
public readonly string Mode
Field Value
Type Description
System.String
View Source

WebUrl

Web URL to call for hook. If the URL has authentication specified it will be added as authentication to the request. Conflicts with lambda_function_name

Declaration
public readonly string WebUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.