Show / Hide Table of Contents

Class BucketNotificationLambdaFunctionArgs

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

Constructors

View Source

BucketNotificationLambdaFunctionArgs()

Declaration
public BucketNotificationLambdaFunctionArgs()

Properties

View Source

Events

Specifies event for which to send notifications.

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

FilterPrefix

Specifies object key name prefix.

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

FilterSuffix

Specifies object key name suffix.

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

Id

Specifies unique identifier for each of the notification configurations.

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

LambdaFunctionArn

Specifies Amazon Lambda function ARN.

Declaration
public Input<string> LambdaFunctionArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.