Show / Hide Table of Contents

Class AppCampaignHookArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AppCampaignHookArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AppCampaignHookArgs : ResourceArgs

Constructors

View Source

AppCampaignHookArgs()

Declaration
public AppCampaignHookArgs()

Properties

View Source

LambdaFunctionName

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

Declaration
public Input<string> LambdaFunctionName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Mode

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

Declaration
public Input<string> Mode { get; set; }
Property Value
Type Description
Input<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 Input<string> WebUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.