Show / Hide Table of Contents

Class BucketNotificationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketNotificationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketNotificationArgs : ResourceArgs

Constructors

View Source

BucketNotificationArgs()

Declaration
public BucketNotificationArgs()

Properties

View Source

Bucket

The name of the bucket to put notification configuration.

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

LambdaFunctions

Used to configure notifications to a Lambda Function (documented below).

Declaration
public InputList<BucketNotificationLambdaFunctionArgs> LambdaFunctions { get; set; }
Property Value
Type Description
InputList<BucketNotificationLambdaFunctionArgs>
View Source

Queues

The notification configuration to SQS Queue (documented below).

Declaration
public InputList<BucketNotificationQueueArgs> Queues { get; set; }
Property Value
Type Description
InputList<BucketNotificationQueueArgs>
View Source

Topics

The notification configuration to SNS Topic (documented below).

Declaration
public InputList<BucketNotificationTopicArgs> Topics { get; set; }
Property Value
Type Description
InputList<BucketNotificationTopicArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.