Repository Pubsub Config Args
data class RepositoryPubsubConfigArgs(val messageFormat: Output<String>, val serviceAccountEmail: Output<String>? = null, val topic: Output<String>) : ConvertibleToJava<RepositoryPubsubConfigArgs>
Properties
Link copied to clipboard
The format of the Cloud Pub/Sub messages.
Link copied to clipboard
Email address of the service account used for publishing Cloud Pub/Sub messages. This service account needs to be in the same project as the PubsubConfig. When added, the caller needs to have iam.serviceAccounts.actAs permission on this service account. If unspecified, it defaults to the compute engine default service account.