Show / Hide Table of Contents

Class JobPubsubTarget

Inheritance
System.Object
JobPubsubTarget
Inherited Members
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.CloudScheduler.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobPubsubTarget

Fields

View Source

Attributes

Attributes for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.

Declaration
public readonly ImmutableDictionary<string, string> Attributes
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Data

The message payload for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.

Declaration
public readonly string Data
Field Value
Type Description
System.String
View Source

TopicName

The full resource name for the Cloud Pub/Sub topic to which messages will be published when a job is delivered. ~>NOTE: The topic name must be in the same format as required by PubSub's PublishRequest.name, e.g. projects/my-project/topics/my-topic.

Declaration
public readonly string TopicName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.