Show / Hide Table of Contents

Class DicomStoreNotificationConfigArgs

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

Constructors

View Source

DicomStoreNotificationConfigArgs()

Declaration
public DicomStoreNotificationConfigArgs()

Properties

View Source

PubsubTopic

The Cloud Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data will contain the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. cloud-healthcare@system.gserviceaccount.com must have publisher permissions on the given Cloud Pub/Sub topic. Not having adequate permissions will cause the calls that send notifications to fail.

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