CampaignHook class

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

Constructors

CampaignHook({String? lambdaFunctionName, Mode? mode, String? webUrl})
CampaignHook.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lambdaFunctionName String?
The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.
final
mode Mode?
The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webUrl String?
The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited