Class AppCampaignHookArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AppCampaignHookArgs : ResourceArgs
Constructors
View SourceAppCampaignHookArgs()
Declaration
public AppCampaignHookArgs()
Properties
View SourceLambdaFunctionName
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> |
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> |
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> |