com.pulumi.gcp.cloudscheduler.kotlin.inputs.JobPubsubTargetArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.cloudscheduler.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.cloudscheduler.inputs.JobPubsubTargetArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property attributes Attributes for PubsubMessage.
* Pubsub message must contain either non-empty data, or at least one attribute.
* @property data The message payload for PubsubMessage.
* Pubsub message must contain either non-empty data, or at least one attribute.
* A base64-encoded string.
* @property 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`.
*/
public data class JobPubsubTargetArgs(
public val attributes: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy