AWSLambdaOnSuccess

Objective-C

@interface AWSLambdaOnSuccess

Swift

class AWSLambdaOnSuccess

A destination for events that were processed successfully.

  • The Amazon Resource Name (ARN) of the destination resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable destination;

    Swift

    var destination: String? { get set }