Class JobPubsubTargetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobPubsubTargetArgs : ResourceArgs
Constructors
View SourceJobPubsubTargetArgs()
Declaration
public JobPubsubTargetArgs()
Properties
View SourceAttributes
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> |
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> |
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> |