data class JobPubsubTargetArgs(val attributes: Output<Map<String, String>>? = null, val data: Output<String>? = null, val topicName: Output<String>) : ConvertibleToJava<JobPubsubTargetArgs>
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.