Show / Hide Table of Contents

Class BucketNotificationTopicArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketNotificationTopicArgs
Inherited Members
ResourceArgs.Empty
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 BucketNotificationTopicArgs : ResourceArgs

Constructors

View Source

BucketNotificationTopicArgs()

Declaration
public BucketNotificationTopicArgs()

Properties

View Source

Events

Specifies event for which to send notifications.

Declaration
public InputList<string> Events { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

FilterPrefix

Specifies object key name prefix.

Declaration
public Input<string> FilterPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FilterSuffix

Specifies object key name suffix.

Declaration
public Input<string> FilterSuffix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

Specifies unique identifier for each of the notification configurations.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TopicArn

Specifies Amazon SNS topic ARN.

Declaration
public Input<string> TopicArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.