Class BucketNotificationQueueArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketNotificationQueueArgs : ResourceArgs
Constructors
View SourceBucketNotificationQueueArgs()
Declaration
public BucketNotificationQueueArgs()
Properties
View SourceEvents
Specifies event for which to send notifications.
Declaration
public InputList<string> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
FilterPrefix
Specifies object key name prefix.
Declaration
public Input<string> FilterPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FilterSuffix
Specifies object key name suffix.
Declaration
public Input<string> FilterSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
Specifies unique identifier for each of the notification configurations.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
QueueArn
Specifies Amazon SQS queue ARN.
Declaration
public Input<string> QueueArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |