Show / Hide Table of Contents

Class BucketNotificationQueue

Inheritance
System.Object
BucketNotificationQueue
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 BucketNotificationQueue

Fields

View Source

Events

Specifies event for which to send notifications.

Declaration
public readonly ImmutableArray<string> Events
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

FilterPrefix

Specifies object key name prefix.

Declaration
public readonly string FilterPrefix
Field Value
Type Description
System.String
View Source

FilterSuffix

Specifies object key name suffix.

Declaration
public readonly string FilterSuffix
Field Value
Type Description
System.String
View Source

Id

Specifies unique identifier for each of the notification configurations.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

QueueArn

Specifies Amazon SQS queue ARN.

Declaration
public readonly string QueueArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.