Show / Hide Table of Contents

Class JobPubsubTargetArgs

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

Constructors

View Source

JobPubsubTargetArgs()

Declaration
public JobPubsubTargetArgs()

Properties

View Source

Attributes

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

Declaration
public InputMap<string> Attributes { get; set; }
Property Value
Type Description
InputMap<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 Input<string> Data { get; set; }
Property Value
Type Description
Input<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 Input<string> TopicName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.