Class BucketNotificationTopic
Inheritance
System.Object
BucketNotificationTopic
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 BucketNotificationTopic
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 |
TopicArn
Specifies Amazon SNS topic ARN.
Declaration
public readonly string TopicArn
Field Value
| Type | Description |
|---|---|
| System.String |