Show / Hide Table of Contents

Class NotificationState

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

Constructors

View Source

NotificationState()

Declaration
public NotificationState()

Properties

View Source

Bucket

The name of the bucket.

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

CustomAttributes

A set of key/value attribute pairs to attach to each Cloud PubSub message published for this notification subscription

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

EventTypes

List of event type filters for this notification config. If not specified, Cloud Storage will send notifications for all event types. The valid types are: &quot;OBJECT_FINALIZE&quot;, &quot;OBJECT_METADATA_UPDATE&quot;, &quot;OBJECT_DELETE&quot;, &quot;OBJECT_ARCHIVE&quot;

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

NotificationId

The ID of the created notification.

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

ObjectNamePrefix

Specifies a prefix path filter for this notification config. Cloud Storage will only send notifications for objects in this bucket whose names begin with the specified prefix.

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

PayloadFormat

The desired content of the Payload. One of &quot;JSON_API_V1&quot; or &quot;NONE&quot;.

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

SelfLink

The URI of the created resource.

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

Topic

The Cloud PubSub topic to which this subscription publishes. Expects either the topic name, assumed to belong to the default GCP provider project, or the project-level name, i.e. projects/my-gcp-project/topics/my-topic or my-topic. If the project is not set in the provider, you will need to use the project-level name.

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