Show / Hide Table of Contents

Class BucketNotificationState

Inheritance
System.Object
InputArgs
ResourceArgs
BucketNotificationState
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 BucketNotificationState : ResourceArgs

Constructors

View Source

BucketNotificationState()

Declaration
public BucketNotificationState()

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<BucketNotificationLambdaFunctionGetArgs> LambdaFunctions { get; set; }
Property Value
Type Description
InputList<BucketNotificationLambdaFunctionGetArgs>
View Source

Queues

The notification configuration to SQS Queue (documented below).

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

Topics

The notification configuration to SNS Topic (documented below).

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