Class BucketNotificationState
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 BucketNotificationState : ResourceArgs
Constructors
View SourceBucketNotificationState()
Declaration
public BucketNotificationState()
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<BucketNotificationLambdaFunctionGetArgs> LambdaFunctions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketNotificationLambdaFunctionGetArgs> |
Queues
The notification configuration to SQS Queue (documented below).
Declaration
public InputList<BucketNotificationQueueGetArgs> Queues { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketNotificationQueueGetArgs> |
Topics
The notification configuration to SNS Topic (documented below).
Declaration
public InputList<BucketNotificationTopicGetArgs> Topics { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketNotificationTopicGetArgs> |