Class BucketNotificationLambdaFunction
Inheritance
System.Object
BucketNotificationLambdaFunction
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.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketNotificationLambdaFunction
Fields
View SourceEvents
Specifies event for which to send notifications.
Declaration
public readonly ImmutableArray<string> Events
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
FilterPrefix
Specifies object key name prefix.
Declaration
public readonly string FilterPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
FilterSuffix
Specifies object key name suffix.
Declaration
public readonly string FilterSuffix
Field Value
| Type | Description |
|---|---|
| System.String |
Id
Specifies unique identifier for each of the notification configurations.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LambdaFunctionArn
Specifies Amazon Lambda function ARN.
Declaration
public readonly string LambdaFunctionArn
Field Value
| Type | Description |
|---|---|
| System.String |