Class BucketNotificationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketNotificationArgs : ResourceArgs
Constructors
View SourceBucketNotificationArgs()
Declaration
public BucketNotificationArgs()
Properties
View SourceBucket
The name of the bucket to put notification configuration.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LambdaFunctions
Used to configure notifications to a Lambda Function (documented below).
Declaration
public InputList<BucketNotificationLambdaFunctionArgs> LambdaFunctions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketNotificationLambdaFunctionArgs> |
Queues
The notification configuration to SQS Queue (documented below).
Declaration
public InputList<BucketNotificationQueueArgs> Queues { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketNotificationQueueArgs> |
Topics
The notification configuration to SNS Topic (documented below).
Declaration
public InputList<BucketNotificationTopicArgs> Topics { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketNotificationTopicArgs> |